Html Css Color HEX #B3AA06 La Rioja

📋 copy color: '#B3AA06'

red 179 ◦ green 170 ◦ blue 6

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

Shades of La Rioja #B3AA06

Tints of La Rioja #B3AA06

RGB

 RED value IS 179 (70.31% from 255) = 50.42%

 GREEN value IS 170 (66.8% from 255) = 47.89%

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

R = 50.42%
G = 47.89%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B3AA06 (or 0xB3AA06) is known color: La Rioja. HEX triplet: B3, AA and 06. RGB value is (179,170,6). Sum of RGB (Red+Green+Blue) = 179+170+6=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AA06 is #4C55F9. Grayscale: #9A9A9A. Windows color (decimal): -5002746 or 436915. OLE color: 436915.

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

Color convert

RGB 179 170 6 -
CMYK 0 0.05 0.97 0.30
HSL 56.88º 0.94% 0.36% -
HSV(B) 56.88º 0.97% 0.7% -
XYZ 33 38.35 5.83 -
YUV 154 44.48 145.84 -
System Red Green Blue C M Y K H S L
Decimal 179 170 6 0 0.05 0.97 0.30 56.88 0.94 0.36
Hex B3 AA 6 0 5 61 1E 39 5E 24
Octal 263 252 6 0 5 141 36 71 136 44
Binary 10110011 10101010 110 0 101 1100001 11110 111001 1011110 100100

Color Harmonies of #B3AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA06

Black with #B3AA06

Text Example


Text Example

White with #B3AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA06; }

 p { color: rgb(179,170,6); }

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

background-color css

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

 a { background-color: rgb(179,170,6); }

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

border-color css

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

 span { border-color: rgb(179,170,6); }

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