Html Css Color HEX #B9AF0E La Rioja

📋 copy color: '#B9AF0E'

red 185 ◦ green 175 ◦ blue 14

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

Shades of La Rioja #B9AF0E

Tints of La Rioja #B9AF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 49.47%
G = 46.79%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9AF0E (or 0xB9AF0E) is known color: La Rioja. HEX triplet: B9, AF and 0E. RGB value is (185,175,14). Sum of RGB (Red+Green+Blue) = 185+175+14=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF0E is #4650F1. Grayscale: #A0A0A0. Windows color (decimal): -4608242 or 962489. OLE color: 962489.

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

Color convert

RGB 185 175 14 -
CMYK 0 0.05 0.92 0.27
HSL 56.49º 0.86% 0.39% -
HSV(B) 56.49º 0.92% 0.73% -
XYZ 35.42 41.01 6.46 -
YUV 159.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 185 175 14 0 0.05 0.92 0.27 56.49 0.86 0.39
Hex B9 AF E 0 5 5C 1B 38 56 27
Octal 271 257 16 0 5 134 33 70 126 47
Binary 10111001 10101111 1110 0 101 1011100 11011 111000 1010110 100111

Color Harmonies of #B9AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF0E

Black with #B9AF0E

Text Example


Text Example

White with #B9AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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