Html Css Color HEX #B8AF09 La Rioja

📋 copy color: '#B8AF09'

red 184 ◦ green 175 ◦ blue 9

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

Shades of La Rioja #B8AF09

Tints of La Rioja #B8AF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.45%

R = 50%
G = 47.55%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8AF09 (or 0xB8AF09) is known color: La Rioja. HEX triplet: B8, AF and 09. RGB value is (184,175,9). Sum of RGB (Red+Green+Blue) = 184+175+9=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF09 is #4750F6. Grayscale: #9F9F9F. Windows color (decimal): -4673783 or 634808. OLE color: 634808.

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

Color convert

RGB 184 175 9 -
CMYK 0 0.05 0.95 0.28
HSL 56.91º 0.91% 0.38% -
HSV(B) 56.91º 0.95% 0.72% -
XYZ 35.15 40.87 6.29 -
YUV 158.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 184 175 9 0 0.05 0.95 0.28 56.91 0.91 0.38
Hex B8 AF 9 0 5 5F 1C 39 5B 26
Octal 270 257 11 0 5 137 34 71 133 46
Binary 10111000 10101111 1001 0 101 1011111 11100 111001 1011011 100110

Color Harmonies of #B8AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF09

Black with #B8AF09

Text Example


Text Example

White with #B8AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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