Html Css Color HEX #BCAC08 La Rioja

📋 copy color: '#BCAC08'

red 188 ◦ green 172 ◦ blue 8

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

Shades of La Rioja #BCAC08

Tints of La Rioja #BCAC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.74%

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

R = 51.09%
G = 46.74%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCAC08 (or 0xBCAC08) is known color: La Rioja. HEX triplet: BC, AC and 08. RGB value is (188,172,8). Sum of RGB (Red+Green+Blue) = 188+172+8=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC08 is #4353F7. Grayscale: #9E9E9E. Windows color (decimal): -4412408 or 568508. OLE color: 568508.

HSL color Cylindrical-coordinate representation of color #BCAC08: hue angle of 54.67º 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 #BCAC08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 8 -
CMYK 0 0.09 0.96 0.26
HSL 54.67º 0.92% 0.38% -
HSV(B) 54.67º 0.96% 0.74% -
XYZ 35.54 40.21 6.12 -
YUV 158.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 188 172 8 0 0.09 0.96 0.26 54.67 0.92 0.38
Hex BC AC 8 0 9 60 1A 37 5C 26
Octal 274 254 10 0 11 140 32 67 134 46
Binary 10111100 10101100 1000 0 1001 1100000 11010 110111 1011100 100110

Color Harmonies of #BCAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC08

Black with #BCAC08

Text Example


Text Example

White with #BCAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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