Html Css Color HEX #B9AD07 La Rioja

📋 copy color: '#B9AD07'

red 185 ◦ green 173 ◦ blue 7

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

Shades of La Rioja #B9AD07

Tints of La Rioja #B9AD07

RGB

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

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

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

R = 50.68%
G = 47.4%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B9AD07 (or 0xB9AD07) is known color: La Rioja. HEX triplet: B9, AD and 07. RGB value is (185,173,7). Sum of RGB (Red+Green+Blue) = 185+173+7=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD07 is #4652F8. Grayscale: #9E9E9E. Windows color (decimal): -4608761 or 503225. OLE color: 503225.

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

Color convert

RGB 185 173 7 -
CMYK 0 0.06 0.96 0.27
HSL 55.96º 0.93% 0.38% -
HSV(B) 55.96º 0.96% 0.73% -
XYZ 34.99 40.22 6.12 -
YUV 157.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 185 173 7 0 0.06 0.96 0.27 55.96 0.93 0.38
Hex B9 AD 7 0 6 60 1B 38 5D 26
Octal 271 255 7 0 6 140 33 70 135 46
Binary 10111001 10101101 111 0 110 1100000 11011 111000 1011101 100110

Color Harmonies of #B9AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD07

Black with #B9AD07

Text Example


Text Example

White with #B9AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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