Html Css Color HEX #B7AD80 Chino

📋 copy color: '#B7AD80'

red 183 ◦ green 173 ◦ blue 128

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

Shades of Chino #B7AD80

Tints of Chino #B7AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.74%

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 37.81%
G = 35.74%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7AD80 (or 0xB7AD80) is known color: Chino. HEX triplet: B7, AD and 80. RGB value is (183,173,128). Sum of RGB (Red+Green+Blue) = 183+173+128=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD80 is #48527F. Grayscale: #ABABAB. Windows color (decimal): -4739712 or 8433079. OLE color: 8433079.

HSL color Cylindrical-coordinate representation of color #B7AD80: hue angle of 49.09º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AD80 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 128 -
CMYK 0 0.05 0.30 0.28
HSL 49.09º 0.28% 0.61% -
HSV(B) 49.09º 0.3% 0.72% -
XYZ 38.37 41.51 26.41 -
YUV 170.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 183 173 128 0 0.05 0.30 0.28 49.09 0.28 0.61
Hex B7 AD 80 0 5 1E 1C 31 1C 3D
Octal 267 255 200 0 5 36 34 61 34 75
Binary 10110111 10101101 10000000 0 101 11110 11100 110001 11100 111101

Color Harmonies of #B7AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD80

Black with #B7AD80

Text Example


Text Example

White with #B7AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD80; }

 p { color: rgb(183,173,128); }

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

background-color css

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

 a { background-color: rgb(183,173,128); }

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

border-color css

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

 span { border-color: rgb(183,173,128); }

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