Html Css Color HEX #B9AB07 La Rioja

📋 copy color: '#B9AB07'

red 185 ◦ green 171 ◦ blue 7

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

Shades of La Rioja #B9AB07

Tints of La Rioja #B9AB07

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 50.96%
G = 47.11%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B9AB07 (or 0xB9AB07) is known color: La Rioja. HEX triplet: B9, AB and 07. RGB value is (185,171,7). Sum of RGB (Red+Green+Blue) = 185+171+7=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AB07 is #4654F8. Grayscale: #9D9D9D. Windows color (decimal): -4609273 or 502713. OLE color: 502713.

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

Color convert

RGB 185 171 7 -
CMYK 0 0.08 0.96 0.27
HSL 55.28º 0.93% 0.38% -
HSV(B) 55.28º 0.96% 0.73% -
XYZ 34.61 39.46 5.99 -
YUV 156.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 185 171 7 0 0.08 0.96 0.27 55.28 0.93 0.38
Hex B9 AB 7 0 8 60 1B 37 5D 26
Octal 271 253 7 0 10 140 33 67 135 46
Binary 10111001 10101011 111 0 1000 1100000 11011 110111 1011101 100110

Color Harmonies of #B9AB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB07

Black with #B9AB07

Text Example


Text Example

White with #B9AB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB07; }

 p { color: rgb(185,171,7); }

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

background-color css

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

 a { background-color: rgb(185,171,7); }

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

border-color css

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

 span { border-color: rgb(185,171,7); }

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