Html Css Color HEX #B7AA04 La Rioja

📋 copy color: '#B7AA04'

red 183 ◦ green 170 ◦ blue 4

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

Shades of La Rioja #B7AA04

Tints of La Rioja #B7AA04

RGB

 RED value IS 183 (71.88% from 255) = 51.26%

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

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

R = 51.26%
G = 47.62%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B7AA04 (or 0xB7AA04) is known color: La Rioja. HEX triplet: B7, AA and 04. RGB value is (183,170,4). Sum of RGB (Red+Green+Blue) = 183+170+4=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA04 is #4855FB. Grayscale: #9B9B9B. Windows color (decimal): -4740604 or 305847. OLE color: 305847.

HSL color Cylindrical-coordinate representation of color #B7AA04: hue angle of 55.64º 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 #B7AA04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 4 -
CMYK 0 0.07 0.98 0.28
HSL 55.64º 0.96% 0.37% -
HSV(B) 55.64º 0.98% 0.72% -
XYZ 33.93 38.83 5.82 -
YUV 154.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 183 170 4 0 0.07 0.98 0.28 55.64 0.96 0.37
Hex B7 AA 4 0 7 62 1C 38 60 25
Octal 267 252 4 0 7 142 34 70 140 45
Binary 10110111 10101010 100 0 111 1100010 11100 111000 1100000 100101

Color Harmonies of #B7AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA04

Black with #B7AA04

Text Example


Text Example

White with #B7AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA04; }

 p { color: rgb(183,170,4); }

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

background-color css

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

 a { background-color: rgb(183,170,4); }

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

border-color css

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

 span { border-color: rgb(183,170,4); }

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