#BDB18E

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

Shades of Chino #BDB18E

Tints of Chino #BDB18E

Color information

#BDB18E (or 0xBDB18E) is unknown color: approx Chino. HEX triplet: BD, B1 and 8E. RGB value is (189,177,142). Sum of RGB (Red+Green+Blue) = 189+177+142=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18E is #424E71. Grayscale: #B0B0B0. Windows color (decimal): -4345458 or 9351613. OLE color: 9351613.

HSL color Cylindrical-coordinate representation of color #BDB18E: hue angle of 44.68º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB18E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189177142-
CMYK00.060.250.26
HSL44.68º26.26%64.9%-
HSV(B)44.68º24.87%74.12%-
XYZ41.5944.2231.93-
YUV176.6108.48136.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=37.20%
G=34.84%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917714200.060.250.2644.6826.2664.9
HexBDB18E06191A2d1a41
Octal2752612160631325532101
Binary10111101101100011000111001101100111010101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB18E; }

 p { color: rgb(189,177,142); }

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

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

 a { background-color: rgb(189,177,142); }

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

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

 span { border-color: rgb(189,177,142); }

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