Html Css Color HEX #B9AF07 La Rioja

📋 copy color: '#B9AF07'

red 185 ◦ green 175 ◦ blue 7

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

Shades of La Rioja #B9AF07

Tints of La Rioja #B9AF07

RGB

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

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

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

R = 50.41%
G = 47.68%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B9AF07 (or 0xB9AF07) is known color: La Rioja. HEX triplet: B9, AF and 07. RGB value is (185,175,7). Sum of RGB (Red+Green+Blue) = 185+175+7=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF07 is #4650F8. Grayscale: #9F9F9F. Windows color (decimal): -4608249 or 503737. OLE color: 503737.

HSL color Cylindrical-coordinate representation of color #B9AF07: hue angle of 56.63º 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 #B9AF07 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 7 -
CMYK 0 0.05 0.96 0.27
HSL 56.63º 0.93% 0.38% -
HSV(B) 56.63º 0.96% 0.73% -
XYZ 35.38 40.99 6.25 -
YUV 158.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 185 175 7 0 0.05 0.96 0.27 56.63 0.93 0.38
Hex B9 AF 7 0 5 60 1B 39 5D 26
Octal 271 257 7 0 5 140 33 71 135 46
Binary 10111001 10101111 111 0 101 1100000 11011 111001 1011101 100110

Color Harmonies of #B9AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF07

Black with #B9AF07

Text Example


Text Example

White with #B9AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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