Html Css Color HEX #B5AC0C La Rioja

📋 copy color: '#B5AC0C'

red 181 ◦ green 172 ◦ blue 12

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

Shades of La Rioja #B5AC0C

Tints of La Rioja #B5AC0C

RGB

 RED value IS 181 (71.09% from 255) = 49.59%

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

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

R = 49.59%
G = 47.12%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5AC0C (or 0xB5AC0C) is known color: La Rioja. HEX triplet: B5, AC and 0C. RGB value is (181,172,12). Sum of RGB (Red+Green+Blue) = 181+172+12=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AC0C is #4A53F3. Grayscale: #9D9D9D. Windows color (decimal): -4871156 or 830645. OLE color: 830645.

HSL color Cylindrical-coordinate representation of color #B5AC0C: hue angle of 56.8º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5AC0C is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 12 -
CMYK 0 0.05 0.93 0.29
HSL 56.8º 0.88% 0.38% -
HSV(B) 56.8º 0.93% 0.71% -
XYZ 33.87 39.36 6.16 -
YUV 156.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 181 172 12 0 0.05 0.93 0.29 56.8 0.88 0.38
Hex B5 AC C 0 5 5D 1D 39 58 26
Octal 265 254 14 0 5 135 35 71 130 46
Binary 10110101 10101100 1100 0 101 1011101 11101 111001 1011000 100110

Color Harmonies of #B5AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AC0C

Black with #B5AC0C

Text Example


Text Example

White with #B5AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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