Html Css Color HEX #BCAC0C La Rioja

📋 copy color: '#BCAC0C'

red 188 ◦ green 172 ◦ blue 12

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

Shades of La Rioja #BCAC0C

Tints of La Rioja #BCAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 50.54%
G = 46.24%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCAC0C (or 0xBCAC0C) is known color: La Rioja. HEX triplet: BC, AC and 0C. RGB value is (188,172,12). Sum of RGB (Red+Green+Blue) = 188+172+12=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC0C is #4353F3. Grayscale: #9F9F9F. Windows color (decimal): -4412404 or 830652. OLE color: 830652.

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

Color convert

RGB 188 172 12 -
CMYK 0 0.09 0.94 0.26
HSL 54.55º 0.88% 0.39% -
HSV(B) 54.55º 0.94% 0.74% -
XYZ 35.56 40.22 6.24 -
YUV 158.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 188 172 12 0 0.09 0.94 0.26 54.55 0.88 0.39
Hex BC AC C 0 9 5E 1A 37 58 27
Octal 274 254 14 0 11 136 32 67 130 47
Binary 10111100 10101100 1100 0 1001 1011110 11010 110111 1011000 100111

Color Harmonies of #BCAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC0C

Black with #BCAC0C

Text Example


Text Example

White with #BCAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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