Html Css Color HEX #B9AF04 La Rioja

📋 copy color: '#B9AF04'

red 185 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #B9AF04

Tints of La Rioja #B9AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 50.82%
G = 48.08%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B9AF04 (or 0xB9AF04) is known color: La Rioja. HEX triplet: B9, AF and 04. RGB value is (185,175,4). Sum of RGB (Red+Green+Blue) = 185+175+4=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF04 is #4650FB. Grayscale: #9F9F9F. Windows color (decimal): -4608252 or 307129. OLE color: 307129.

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

Color convert

RGB 185 175 4 -
CMYK 0 0.05 0.98 0.27
HSL 56.69º 0.96% 0.37% -
HSV(B) 56.69º 0.98% 0.73% -
XYZ 35.36 40.98 6.16 -
YUV 158.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 185 175 4 0 0.05 0.98 0.27 56.69 0.96 0.37
Hex B9 AF 4 0 5 62 1B 39 60 25
Octal 271 257 4 0 5 142 33 71 140 45
Binary 10111001 10101111 100 0 101 1100010 11011 111001 1100000 100101

Color Harmonies of #B9AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF04

Black with #B9AF04

Text Example


Text Example

White with #B9AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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