Html Css Color HEX #B5AD0C La Rioja

📋 copy color: '#B5AD0C'

red 181 ◦ green 173 ◦ blue 12

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

Shades of La Rioja #B5AD0C

Tints of La Rioja #B5AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.27%

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

R = 49.45%
G = 47.27%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5AD0C (or 0xB5AD0C) is known color: La Rioja. HEX triplet: B5, AD and 0C. RGB value is (181,173,12). Sum of RGB (Red+Green+Blue) = 181+173+12=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AD0C is #4A52F3. Grayscale: #9D9D9D. Windows color (decimal): -4870900 or 830901. OLE color: 830901.

HSL color Cylindrical-coordinate representation of color #B5AD0C: hue angle of 57.16º 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 #B5AD0C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 12 -
CMYK 0 0.04 0.93 0.29
HSL 57.16º 0.88% 0.38% -
HSV(B) 57.16º 0.93% 0.71% -
XYZ 34.07 39.74 6.22 -
YUV 157.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 181 173 12 0 0.04 0.93 0.29 57.16 0.88 0.38
Hex B5 AD C 0 4 5D 1D 39 58 26
Octal 265 255 14 0 4 135 35 71 130 46
Binary 10110101 10101101 1100 0 100 1011101 11101 111001 1011000 100110

Color Harmonies of #B5AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD0C

Black with #B5AD0C

Text Example


Text Example

White with #B5AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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