Html Css Color HEX #BCB40D La Rioja

📋 copy color: '#BCB40D'

red 188 ◦ green 180 ◦ blue 13

#BCB40D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCB40D

Tints of La Rioja #BCB40D

RGB

 RED value IS 188 (73.83% from 255) = 49.34%

 GREEN value IS 180 (70.7% from 255) = 47.24%

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 49.34%
G = 47.24%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCB40D (or 0xBCB40D) is known color: La Rioja. HEX triplet: BC, B4 and 0D. RGB value is (188,180,13). Sum of RGB (Red+Green+Blue) = 188+180+13=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB40D is #434BF2. Grayscale: #A4A4A4. Windows color (decimal): -4410355 or 898236. OLE color: 898236.

HSL color Cylindrical-coordinate representation of color #BCB40D: hue angle of 57.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCB40D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 13 -
CMYK 0 0.04 0.93 0.26
HSL 57.26º 0.87% 0.39% -
HSV(B) 57.26º 0.93% 0.74% -
XYZ 37.13 43.36 6.79 -
YUV 163.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 188 180 13 0 0.04 0.93 0.26 57.26 0.87 0.39
Hex BC B4 D 0 4 5D 1A 39 57 27
Octal 274 264 15 0 4 135 32 71 127 47
Binary 10111100 10110100 1101 0 100 1011101 11010 111001 1010111 100111

Color Harmonies of #BCB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB40D

Black with #BCB40D

Text Example


Text Example

White with #BCB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB40D; }

 p { color: rgb(188,180,13); }

 H1.HeaderClassName
 {
   color: #BCB40D;
 }
 .AnyTagClassName
 {
   color: #BCB40D;
 }
</style>

background-color css

<style>
 a { background-color: #BCB40D; }

 a { background-color: rgb(188,180,13); }

 div.DivClassName
 {
   background-color: #BCB40D;
 }
 .BgClassName
 {
   background-color: #BCB40D;
 }
</style>

border-color css

<style>
 span { border-color: #BCB40D; }

 span { border-color: rgb(188,180,13); }

 td.TdClassName
 {
   border-color: #BCB40D;
 }
 .TagClassName
 {
   border-color: #BCB40D;
 }
</style>