#BDB28B

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

Shades of Chino #BDB28B

Tints of Chino #BDB28B

Color information

#BDB28B (or 0xBDB28B) is unknown color: approx Chino. HEX triplet: BD, B2 and 8B. RGB value is (189,178,139). Sum of RGB (Red+Green+Blue) = 189+178+139=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB28B is #424D74. Grayscale: #B1B1B1. Windows color (decimal): -4345205 or 9155261. OLE color: 9155261.

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

Color convert

RGB189178139-
CMYK00.060.260.26
HSL46.8º27.47%64.31%-
HSV(B)46.8º26.46%74.12%-
XYZ41.5744.5230.83-
YUV176.84106.64136.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=37.35%
G=35.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917813900.060.260.2646.827.4764.31
HexBDB28B061A1A2f1b40
Octal2752622130632325733100
Binary10111101101100101000101101101101011010101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB28B; }

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

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

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

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

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

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

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

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