Html Css Color HEX #B7AF00 La Rioja

📋 copy color: '#B7AF00'

red 183 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #B7AF00

Tints of La Rioja #B7AF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.12%
G = 48.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B7AF00 (or 0xB7AF00) is known color: La Rioja. HEX triplet: B7, AF and 00. RGB value is (183,175,0). Sum of RGB (Red+Green+Blue) = 183+175+0=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF00 is #4850FF. Grayscale: #9E9E9E. Windows color (decimal): -4739328 or 44983. OLE color: 44983.

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

Color convert

RGB 183 175 0 -
CMYK 0 0.04 1 0.28
HSL 57.38º 1% 0.36% -
HSV(B) 57.38º 1% 0.72% -
XYZ 34.86 40.73 6.02 -
YUV 157.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 183 175 0 0 0.04 1 0.28 57.38 1 0.36
Hex B7 AF 0 0 4 64 1C 39 64 24
Octal 267 257 0 0 4 144 34 71 144 44
Binary 10110111 10101111 0 0 100 1100100 11100 111001 1100100 100100

Color Harmonies of #B7AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF00

Black with #B7AF00

Text Example


Text Example

White with #B7AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF00; }

 p { color: rgb(183,175,0); }

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

background-color css

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

 a { background-color: rgb(183,175,0); }

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

border-color css

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

 span { border-color: rgb(183,175,0); }

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