#B8AF8A

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

Shades of Chino #B8AF8A

Tints of Chino #B8AF8A

Color information

#B8AF8A (or 0xB8AF8A) is unknown color: approx Chino. HEX triplet: B8, AF and 8A. RGB value is (184,175,138). Sum of RGB (Red+Green+Blue) = 184+175+138=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF8A is #475075. Grayscale: #ADADAD. Windows color (decimal): -4673654 or 9088952. OLE color: 9088952.

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

Color convert

RGB184175138-
CMYK00.050.250.28
HSL48.26º24.47%63.14%-
HSV(B)48.26º25%72.16%-
XYZ39.6842.6930.19-
YUV173.47107.98135.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=37.02%
G=35.21%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417513800.050.250.2848.2624.4763.14
HexB8AF8A05191C30183f
Octal270257212053134603077
Binary1011100010101111100010100101110011110011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF8A; }

 p { color: rgb(184,175,138); }

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

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

 a { background-color: rgb(184,175,138); }

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

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

 span { border-color: rgb(184,175,138); }

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