Html Css Color HEX #B7AD85 Chino

📋 copy color: '#B7AD85'

red 183 ◦ green 173 ◦ blue 133

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

Shades of Chino #B7AD85

Tints of Chino #B7AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 37.42%
G = 35.38%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B7AD85 (or 0xB7AD85) is known color: Chino. HEX triplet: B7, AD and 85. RGB value is (183,173,133). Sum of RGB (Red+Green+Blue) = 183+173+133=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD85 is #48527A. Grayscale: #ABABAB. Windows color (decimal): -4739707 or 8760759. OLE color: 8760759.

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

Color convert

RGB 183 173 133 -
CMYK 0 0.05 0.27 0.28
HSL 48º 0.26% 0.62% -
HSV(B) 48º 0.27% 0.72% -
XYZ 38.71 41.65 28.19 -
YUV 171.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 183 173 133 0 0.05 0.27 0.28 48 0.26 0.62
Hex B7 AD 85 0 5 1B 1C 30 1A 3E
Octal 267 255 205 0 5 33 34 60 32 76
Binary 10110111 10101101 10000101 0 101 11011 11100 110000 11010 111110

Color Harmonies of #B7AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD85

Black with #B7AD85

Text Example


Text Example

White with #B7AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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