Html Css Color HEX #B8AF06 La Rioja

📋 copy color: '#B8AF06'

red 184 ◦ green 175 ◦ blue 6

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

Shades of La Rioja #B8AF06

Tints of La Rioja #B8AF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 50.41%
G = 47.95%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B8AF06 (or 0xB8AF06) is known color: La Rioja. HEX triplet: B8, AF and 06. RGB value is (184,175,6). Sum of RGB (Red+Green+Blue) = 184+175+6=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF06 is #4750F9. Grayscale: #9F9F9F. Windows color (decimal): -4673786 or 438200. OLE color: 438200.

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

Color convert

RGB 184 175 6 -
CMYK 0 0.05 0.97 0.28
HSL 56.97º 0.94% 0.37% -
HSV(B) 56.97º 0.97% 0.72% -
XYZ 35.13 40.86 6.21 -
YUV 158.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 184 175 6 0 0.05 0.97 0.28 56.97 0.94 0.37
Hex B8 AF 6 0 5 61 1C 39 5E 25
Octal 270 257 6 0 5 141 34 71 136 45
Binary 10111000 10101111 110 0 101 1100001 11100 111001 1011110 100101

Color Harmonies of #B8AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF06

Black with #B8AF06

Text Example


Text Example

White with #B8AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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