Html Css Color HEX #B7AF01 La Rioja

📋 copy color: '#B7AF01'

red 183 ◦ green 175 ◦ blue 1

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

Shades of La Rioja #B7AF01

Tints of La Rioja #B7AF01

RGB

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

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

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

R = 50.97%
G = 48.75%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B7AF01 (or 0xB7AF01) is known color: La Rioja. HEX triplet: B7, AF and 01. RGB value is (183,175,1). Sum of RGB (Red+Green+Blue) = 183+175+1=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF01 is #4850FE. Grayscale: #9E9E9E. Windows color (decimal): -4739327 or 110519. OLE color: 110519.

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

Color convert

RGB 183 175 1 -
CMYK 0 0.04 0.99 0.28
HSL 57.36º 0.99% 0.36% -
HSV(B) 57.36º 0.99% 0.72% -
XYZ 34.86 40.73 6.05 -
YUV 157.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 183 175 1 0 0.04 0.99 0.28 57.36 0.99 0.36
Hex B7 AF 1 0 4 63 1C 39 63 24
Octal 267 257 1 0 4 143 34 71 143 44
Binary 10110111 10101111 1 0 100 1100011 11100 111001 1100011 100100

Color Harmonies of #B7AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF01

Black with #B7AF01

Text Example


Text Example

White with #B7AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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