#BDB18D

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

Shades of Chino #BDB18D

Tints of Chino #BDB18D

Color information

#BDB18D (or 0xBDB18D) is unknown color: approx Chino. HEX triplet: BD, B1 and 8D. RGB value is (189,177,141). Sum of RGB (Red+Green+Blue) = 189+177+141=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18D is #424E72. Grayscale: #B0B0B0. Windows color (decimal): -4345459 or 9286077. OLE color: 9286077.

HSL color Cylindrical-coordinate representation of color #BDB18D: hue angle of 45º degrees, saturation: 0.27, 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 #BDB18D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189177141-
CMYK00.060.250.26
HSL45º26.67%64.71%-
HSV(B)45º25.4%74.12%-
XYZ41.5244.1931.54-
YUV176.48107.98136.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=37.28%
G=34.91%
B=27.81%

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
Decimal18917714100.060.250.264526.6764.71
HexBDB18D06191A2d1b41
Octal2752612150631325533101
Binary10111101101100011000110101101100111010101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB18D; }

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

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

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

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

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

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

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

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