Html Css Color HEX #B5AF0B La Rioja

📋 copy color: '#B5AF0B'

red 181 ◦ green 175 ◦ blue 11

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

Shades of La Rioja #B5AF0B

Tints of La Rioja #B5AF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3%

R = 49.32%
G = 47.68%
B = 3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5AF0B (or 0xB5AF0B) is known color: La Rioja. HEX triplet: B5, AF and 0B. RGB value is (181,175,11). Sum of RGB (Red+Green+Blue) = 181+175+11=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AF0B is #4A50F4. Grayscale: #9E9E9E. Windows color (decimal): -4870389 or 765877. OLE color: 765877.

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

Color convert

RGB 181 175 11 -
CMYK 0 0.03 0.94 0.29
HSL 57.88º 0.89% 0.38% -
HSV(B) 57.88º 0.94% 0.71% -
XYZ 34.45 40.51 6.32 -
YUV 158.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 181 175 11 0 0.03 0.94 0.29 57.88 0.89 0.38
Hex B5 AF B 0 3 5E 1D 3A 59 26
Octal 265 257 13 0 3 136 35 72 131 46
Binary 10110101 10101111 1011 0 11 1011110 11101 111010 1011001 100110

Color Harmonies of #B5AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF0B

Black with #B5AF0B

Text Example


Text Example

White with #B5AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF0B; }

 p { color: rgb(181,175,11); }

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

background-color css

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

 a { background-color: rgb(181,175,11); }

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

border-color css

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

 span { border-color: rgb(181,175,11); }

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