Html Css Color HEX #B9AF02 La Rioja

📋 copy color: '#B9AF02'

red 185 ◦ green 175 ◦ blue 2

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

Shades of La Rioja #B9AF02

Tints of La Rioja #B9AF02

RGB

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

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

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

R = 51.1%
G = 48.34%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9AF02 (or 0xB9AF02) is known color: La Rioja. HEX triplet: B9, AF and 02. RGB value is (185,175,2). Sum of RGB (Red+Green+Blue) = 185+175+2=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF02 is #4650FD. Grayscale: #9E9E9E. Windows color (decimal): -4608254 or 176057. OLE color: 176057.

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

Color convert

RGB 185 175 2 -
CMYK 0 0.05 0.99 0.27
HSL 56.72º 0.98% 0.37% -
HSV(B) 56.72º 0.99% 0.73% -
XYZ 35.35 40.98 6.1 -
YUV 158.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 185 175 2 0 0.05 0.99 0.27 56.72 0.98 0.37
Hex B9 AF 2 0 5 63 1B 39 62 25
Octal 271 257 2 0 5 143 33 71 142 45
Binary 10111001 10101111 10 0 101 1100011 11011 111001 1100010 100101

Color Harmonies of #B9AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF02

Black with #B9AF02

Text Example


Text Example

White with #B9AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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