Html Css Color HEX #BCAF0C La Rioja

📋 copy color: '#BCAF0C'

red 188 ◦ green 175 ◦ blue 12

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

Shades of La Rioja #BCAF0C

Tints of La Rioja #BCAF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.67%

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

R = 50.13%
G = 46.67%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCAF0C (or 0xBCAF0C) is known color: La Rioja. HEX triplet: BC, AF and 0C. RGB value is (188,175,12). Sum of RGB (Red+Green+Blue) = 188+175+12=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF0C is #4350F3. Grayscale: #A0A0A0. Windows color (decimal): -4411636 or 831420. OLE color: 831420.

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

Color convert

RGB 188 175 12 -
CMYK 0 0.07 0.94 0.26
HSL 55.57º 0.88% 0.39% -
HSV(B) 55.57º 0.94% 0.74% -
XYZ 36.14 41.38 6.43 -
YUV 160.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 188 175 12 0 0.07 0.94 0.26 55.57 0.88 0.39
Hex BC AF C 0 7 5E 1A 38 58 27
Octal 274 257 14 0 7 136 32 70 130 47
Binary 10111100 10101111 1100 0 111 1011110 11010 111000 1011000 100111

Color Harmonies of #BCAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF0C

Black with #BCAF0C

Text Example


Text Example

White with #BCAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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