Html Css Color HEX #B9AF0A La Rioja

📋 copy color: '#B9AF0A'

red 185 ◦ green 175 ◦ blue 10

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

Shades of La Rioja #B9AF0A

Tints of La Rioja #B9AF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 50%
G = 47.3%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9AF0A (or 0xB9AF0A) is known color: La Rioja. HEX triplet: B9, AF and 0A. RGB value is (185,175,10). Sum of RGB (Red+Green+Blue) = 185+175+10=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF0A is #4650F5. Grayscale: #9F9F9F. Windows color (decimal): -4608246 or 700345. OLE color: 700345.

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

Color convert

RGB 185 175 10 -
CMYK 0 0.05 0.95 0.27
HSL 56.57º 0.9% 0.38% -
HSV(B) 56.57º 0.95% 0.73% -
XYZ 35.39 41 6.33 -
YUV 159.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 185 175 10 0 0.05 0.95 0.27 56.57 0.9 0.38
Hex B9 AF A 0 5 5F 1B 39 5A 26
Octal 271 257 12 0 5 137 33 71 132 46
Binary 10111001 10101111 1010 0 101 1011111 11011 111001 1011010 100110

Color Harmonies of #B9AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF0A

Black with #B9AF0A

Text Example


Text Example

White with #B9AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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