Html Css Color HEX #B8AF04 La Rioja

📋 copy color: '#B8AF04'

red 184 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #B8AF04

Tints of La Rioja #B8AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 50.69%
G = 48.21%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B8AF04 (or 0xB8AF04) is known color: La Rioja. HEX triplet: B8, AF and 04. RGB value is (184,175,4). Sum of RGB (Red+Green+Blue) = 184+175+4=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF04 is #4750FB. Grayscale: #9E9E9E. Windows color (decimal): -4673788 or 307128. OLE color: 307128.

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

Color convert

RGB 184 175 4 -
CMYK 0 0.05 0.98 0.28
HSL 57º 0.96% 0.37% -
HSV(B) 57º 0.98% 0.72% -
XYZ 35.12 40.86 6.15 -
YUV 158.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 184 175 4 0 0.05 0.98 0.28 57 0.96 0.37
Hex B8 AF 4 0 5 62 1C 39 60 25
Octal 270 257 4 0 5 142 34 71 140 45
Binary 10111000 10101111 100 0 101 1100010 11100 111001 1100000 100101

Color Harmonies of #B8AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF04

Black with #B8AF04

Text Example


Text Example

White with #B8AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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