Html Css Color HEX #B9AA02 La Rioja

📋 copy color: '#B9AA02'

red 185 ◦ green 170 ◦ blue 2

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

Shades of La Rioja #B9AA02

Tints of La Rioja #B9AA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 51.82%
G = 47.62%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9AA02 (or 0xB9AA02) is known color: La Rioja. HEX triplet: B9, AA and 02. RGB value is (185,170,2). Sum of RGB (Red+Green+Blue) = 185+170+2=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA02 is #4655FD. Grayscale: #9C9C9C. Windows color (decimal): -4609534 or 174777. OLE color: 174777.

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

Color convert

RGB 185 170 2 -
CMYK 0 0.08 0.99 0.27
HSL 55.08º 0.98% 0.37% -
HSV(B) 55.08º 0.99% 0.73% -
XYZ 34.39 39.07 5.79 -
YUV 155.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 185 170 2 0 0.08 0.99 0.27 55.08 0.98 0.37
Hex B9 AA 2 0 8 63 1B 37 62 25
Octal 271 252 2 0 10 143 33 67 142 45
Binary 10111001 10101010 10 0 1000 1100011 11011 110111 1100010 100101

Color Harmonies of #B9AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA02

Black with #B9AA02

Text Example


Text Example

White with #B9AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA02; }

 p { color: rgb(185,170,2); }

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

background-color css

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

 a { background-color: rgb(185,170,2); }

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

border-color css

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

 span { border-color: rgb(185,170,2); }

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