Html Css Color HEX #B8AF02 La Rioja

📋 copy color: '#B8AF02'

red 184 ◦ green 175 ◦ blue 2

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

Shades of La Rioja #B8AF02

Tints of La Rioja #B8AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 50.97%
G = 48.48%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B8AF02 (or 0xB8AF02) is known color: La Rioja. HEX triplet: B8, AF and 02. RGB value is (184,175,2). Sum of RGB (Red+Green+Blue) = 184+175+2=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF02 is #4750FD. Grayscale: #9E9E9E. Windows color (decimal): -4673790 or 176056. OLE color: 176056.

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

Color convert

RGB 184 175 2 -
CMYK 0 0.05 0.99 0.28
HSL 57.03º 0.98% 0.36% -
HSV(B) 57.03º 0.99% 0.72% -
XYZ 35.11 40.85 6.09 -
YUV 157.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 184 175 2 0 0.05 0.99 0.28 57.03 0.98 0.36
Hex B8 AF 2 0 5 63 1C 39 62 24
Octal 270 257 2 0 5 143 34 71 142 44
Binary 10111000 10101111 10 0 101 1100011 11100 111001 1100010 100100

Color Harmonies of #B8AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF02

Black with #B8AF02

Text Example


Text Example

White with #B8AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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