Html Css Color HEX #B9AF0B La Rioja

📋 copy color: '#B9AF0B'

red 185 ◦ green 175 ◦ blue 11

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

Shades of La Rioja #B9AF0B

Tints of La Rioja #B9AF0B

RGB

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

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

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

R = 49.87%
G = 47.17%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9AF0B (or 0xB9AF0B) is known color: La Rioja. HEX triplet: B9, AF and 0B. RGB value is (185,175,11). Sum of RGB (Red+Green+Blue) = 185+175+11=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF0B is #4650F4. Grayscale: #9F9F9F. Windows color (decimal): -4608245 or 765881. OLE color: 765881.

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

Color convert

RGB 185 175 11 -
CMYK 0 0.05 0.94 0.27
HSL 56.55º 0.89% 0.38% -
HSV(B) 56.55º 0.94% 0.73% -
XYZ 35.4 41 6.36 -
YUV 159.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 185 175 11 0 0.05 0.94 0.27 56.55 0.89 0.38
Hex B9 AF B 0 5 5E 1B 39 59 26
Octal 271 257 13 0 5 136 33 71 131 46
Binary 10111001 10101111 1011 0 101 1011110 11011 111001 1011001 100110

Color Harmonies of #B9AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF0B

Black with #B9AF0B

Text Example


Text Example

White with #B9AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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