Html Css Color HEX #B9AC0C La Rioja

📋 copy color: '#B9AC0C'

red 185 ◦ green 172 ◦ blue 12

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

Shades of La Rioja #B9AC0C

Tints of La Rioja #B9AC0C

RGB

 RED value IS 185 (72.66% from 255) = 50.14%

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

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

R = 50.14%
G = 46.61%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9AC0C (or 0xB9AC0C) is known color: La Rioja. HEX triplet: B9, AC and 0C. RGB value is (185,172,12). Sum of RGB (Red+Green+Blue) = 185+172+12=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AC0C is #4653F3. Grayscale: #9E9E9E. Windows color (decimal): -4609012 or 830649. OLE color: 830649.

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

Color convert

RGB 185 172 12 -
CMYK 0 0.07 0.94 0.27
HSL 55.49º 0.88% 0.39% -
HSV(B) 55.49º 0.94% 0.73% -
XYZ 34.83 39.85 6.2 -
YUV 157.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 185 172 12 0 0.07 0.94 0.27 55.49 0.88 0.39
Hex B9 AC C 0 7 5E 1B 37 58 27
Octal 271 254 14 0 7 136 33 67 130 47
Binary 10111001 10101100 1100 0 111 1011110 11011 110111 1011000 100111

Color Harmonies of #B9AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC0C

Black with #B9AC0C

Text Example


Text Example

White with #B9AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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