#B8AD82

Color #B8AD82 Chino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chino #B8AD82

Tints of Chino #B8AD82

Color information

#B8AD82 (or 0xB8AD82) is unknown color: approx Chino. HEX triplet: B8, AD and 82. RGB value is (184,173,130). Sum of RGB (Red+Green+Blue) = 184+173+130=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD82 is #47527D. Grayscale: #ABABAB. Windows color (decimal): -4674174 or 8564152. OLE color: 8564152.

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

Color convert

RGB184173130-
CMYK00.060.290.28
HSL47.78º27.55%61.57%-
HSV(B)47.78º29.35%72.16%-
XYZ38.7441.6927.12-
YUV171.39104.64137-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=37.78%
G=35.52%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417313000.060.290.2847.7827.5561.57
HexB8AD82061D1C301c3e
Octal270255202063534603476
Binary1011100010101101100000100110111011110011000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD82; }

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

 H1.HeaderClassName
 {
   color: #B8AD82;
 }
 .AnyTagClassName
 {
   color: #B8AD82;
 }
</style>
background-color css

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

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

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

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

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

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