#BDB290

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

Shades of Chino #BDB290

Tints of Chino #BDB290

Color information

#BDB290 (or 0xBDB290) is unknown color: approx Chino. HEX triplet: BD, B2 and 90. RGB value is (189,178,144). Sum of RGB (Red+Green+Blue) = 189+178+144=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB290 is #424D6F. Grayscale: #B1B1B1. Windows color (decimal): -4345200 or 9482941. OLE color: 9482941.

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

Color convert

RGB189178144-
CMYK00.060.240.26
HSL45.33º25.42%65.29%-
HSV(B)45.33º23.81%74.12%-
XYZ41.9444.6732.8-
YUV177.41109.14136.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=36.99%
G=34.83%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917814400.060.240.2645.3325.4265.29
HexBDB29006181A2d1941
Octal2752622200630325531101
Binary10111101101100101001000001101100011010101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB290; }

 p { color: rgb(189,178,144); }

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

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

 a { background-color: rgb(189,178,144); }

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

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

 span { border-color: rgb(189,178,144); }

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