Html Css Color HEX #B7AA01 La Rioja

📋 copy color: '#B7AA01'

red 183 ◦ green 170 ◦ blue 1

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

Shades of La Rioja #B7AA01

Tints of La Rioja #B7AA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 51.69%
G = 48.02%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B7AA01 (or 0xB7AA01) is known color: La Rioja. HEX triplet: B7, AA and 01. RGB value is (183,170,1). Sum of RGB (Red+Green+Blue) = 183+170+1=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA01 is #4855FE. Grayscale: #9B9B9B. Windows color (decimal): -4740607 or 109239. OLE color: 109239.

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

Color convert

RGB 183 170 1 -
CMYK 0 0.07 0.99 0.28
HSL 55.71º 0.99% 0.36% -
HSV(B) 55.71º 0.99% 0.72% -
XYZ 33.91 38.82 5.73 -
YUV 154.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 183 170 1 0 0.07 0.99 0.28 55.71 0.99 0.36
Hex B7 AA 1 0 7 63 1C 38 63 24
Octal 267 252 1 0 7 143 34 70 143 44
Binary 10110111 10101010 1 0 111 1100011 11100 111000 1100011 100100

Color Harmonies of #B7AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA01

Black with #B7AA01

Text Example


Text Example

White with #B7AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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