Html Css Color HEX #BCBA08 La Rioja

📋 copy color: '#BCBA08'

red 188 ◦ green 186 ◦ blue 8

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

Shades of La Rioja #BCBA08

Tints of La Rioja #BCBA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 49.21%
G = 48.69%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCBA08 (or 0xBCBA08) is known color: La Rioja. HEX triplet: BC, BA and 08. RGB value is (188,186,8). Sum of RGB (Red+Green+Blue) = 188+186+8=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA08 is #4345F7. Grayscale: #A7A7A7. Windows color (decimal): -4408824 or 572092. OLE color: 572092.

HSL color Cylindrical-coordinate representation of color #BCBA08: hue angle of 59.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCBA08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 8 -
CMYK 0 0.01 0.96 0.26
HSL 59.33º 0.92% 0.38% -
HSV(B) 59.33º 0.96% 0.74% -
XYZ 38.34 45.83 7.05 -
YUV 166.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 188 186 8 0 0.01 0.96 0.26 59.33 0.92 0.38
Hex BC BA 8 0 1 60 1A 3B 5C 26
Octal 274 272 10 0 1 140 32 73 134 46
Binary 10111100 10111010 1000 0 1 1100000 11010 111011 1011100 100110

Color Harmonies of #BCBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA08

Black with #BCBA08

Text Example


Text Example

White with #BCBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA08; }

 p { color: rgb(188,186,8); }

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

background-color css

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

 a { background-color: rgb(188,186,8); }

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

border-color css

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

 span { border-color: rgb(188,186,8); }

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