Html Css Color HEX #B7AD82 Chino

📋 copy color: '#B7AD82'

red 183 ◦ green 173 ◦ blue 130

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

Shades of Chino #B7AD82

Tints of Chino #B7AD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 37.65%
G = 35.6%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B7AD82 (or 0xB7AD82) is known color: Chino. HEX triplet: B7, AD and 82. RGB value is (183,173,130). Sum of RGB (Red+Green+Blue) = 183+173+130=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD82 is #48527D. Grayscale: #ABABAB. Windows color (decimal): -4739710 or 8564151. OLE color: 8564151.

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

Color convert

RGB 183 173 130 -
CMYK 0 0.05 0.29 0.28
HSL 48.68º 0.27% 0.61% -
HSV(B) 48.68º 0.29% 0.72% -
XYZ 38.5 41.57 27.11 -
YUV 171.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 183 173 130 0 0.05 0.29 0.28 48.68 0.27 0.61
Hex B7 AD 82 0 5 1D 1C 31 1B 3D
Octal 267 255 202 0 5 35 34 61 33 75
Binary 10110111 10101101 10000010 0 101 11101 11100 110001 11011 111101

Color Harmonies of #B7AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD82

Black with #B7AD82

Text Example


Text Example

White with #B7AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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