Html Css Color HEX #B7AD83 Chino

📋 copy color: '#B7AD83'

red 183 ◦ green 173 ◦ blue 131

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

Shades of Chino #B7AD83

Tints of Chino #B7AD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 37.58%
G = 35.52%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B7AD83 (or 0xB7AD83) is known color: Chino. HEX triplet: B7, AD and 83. RGB value is (183,173,131). Sum of RGB (Red+Green+Blue) = 183+173+131=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD83 is #48527C. Grayscale: #ABABAB. Windows color (decimal): -4739709 or 8629687. OLE color: 8629687.

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

Color convert

RGB 183 173 131 -
CMYK 0 0.05 0.28 0.28
HSL 48.46º 0.27% 0.62% -
HSV(B) 48.46º 0.28% 0.72% -
XYZ 38.57 41.59 27.47 -
YUV 171.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 183 173 131 0 0.05 0.28 0.28 48.46 0.27 0.62
Hex B7 AD 83 0 5 1C 1C 30 1B 3E
Octal 267 255 203 0 5 34 34 60 33 76
Binary 10110111 10101101 10000011 0 101 11100 11100 110000 11011 111110

Color Harmonies of #B7AD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD83

Black with #B7AD83

Text Example


Text Example

White with #B7AD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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