Html Css Color HEX #B8AF0F La Rioja

📋 copy color: '#B8AF0F'

red 184 ◦ green 175 ◦ blue 15

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

Shades of La Rioja #B8AF0F

Tints of La Rioja #B8AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 49.2%
G = 46.79%
B = 4.01%

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

#B8AF0F (or 0xB8AF0F) is known color: La Rioja. HEX triplet: B8, AF and 0F. RGB value is (184,175,15). Sum of RGB (Red+Green+Blue) = 184+175+15=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF0F is #4750F0. Grayscale: #A0A0A0. Windows color (decimal): -4673777 or 1028024. OLE color: 1028024.

HSL color Cylindrical-coordinate representation of color #B8AF0F: hue angle of 56.8º degrees, saturation: 0.85, 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 #B8AF0F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 15 -
CMYK 0 0.05 0.92 0.28
HSL 56.8º 0.85% 0.39% -
HSV(B) 56.8º 0.92% 0.72% -
XYZ 35.18 40.88 6.49 -
YUV 159.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 184 175 15 0 0.05 0.92 0.28 56.8 0.85 0.39
Hex B8 AF F 0 5 5C 1C 39 55 27
Octal 270 257 17 0 5 134 34 71 125 47
Binary 10111000 10101111 1111 0 101 1011100 11100 111001 1010101 100111

Color Harmonies of #B8AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF0F

Black with #B8AF0F

Text Example


Text Example

White with #B8AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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