Html Css Color HEX #B8AF0E La Rioja

📋 copy color: '#B8AF0E'

red 184 ◦ green 175 ◦ blue 14

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

Shades of La Rioja #B8AF0E

Tints of La Rioja #B8AF0E

RGB

 RED value IS 184 (72.27% from 255) = 49.33%

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

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

R = 49.33%
G = 46.92%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8AF0E (or 0xB8AF0E) is known color: La Rioja. HEX triplet: B8, AF and 0E. RGB value is (184,175,14). Sum of RGB (Red+Green+Blue) = 184+175+14=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF0E is #4750F1. Grayscale: #9F9F9F. Windows color (decimal): -4673778 or 962488. OLE color: 962488.

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

Color convert

RGB 184 175 14 -
CMYK 0 0.05 0.92 0.28
HSL 56.82º 0.86% 0.39% -
HSV(B) 56.82º 0.92% 0.72% -
XYZ 35.18 40.88 6.45 -
YUV 159.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 184 175 14 0 0.05 0.92 0.28 56.82 0.86 0.39
Hex B8 AF E 0 5 5C 1C 39 56 27
Octal 270 257 16 0 5 134 34 71 126 47
Binary 10111000 10101111 1110 0 101 1011100 11100 111001 1010110 100111

Color Harmonies of #B8AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF0E

Black with #B8AF0E

Text Example


Text Example

White with #B8AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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