#BEB28F

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

Shades of Chino #BEB28F

Tints of Chino #BEB28F

Color information

#BEB28F (or 0xBEB28F) is unknown color: approx Chino. HEX triplet: BE, B2 and 8F. RGB value is (190,178,143). Sum of RGB (Red+Green+Blue) = 190+178+143=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28F is #414D70. Grayscale: #B1B1B1. Windows color (decimal): -4279665 or 9417406. OLE color: 9417406.

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

Color convert

RGB190178143-
CMYK00.060.250.25
HSL44.68º26.55%65.29%-
HSV(B)44.68º24.74%74.51%-
XYZ42.1144.7732.41-
YUV177.6108.48136.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=37.18%
G=34.83%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017814300.060.250.2544.6826.5565.29
HexBEB28F0619192d1b41
Octal2762622170631315533101
Binary10111110101100101000111101101100111001101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB28F; }

 p { color: rgb(190,178,143); }

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

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

 a { background-color: rgb(190,178,143); }

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

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

 span { border-color: rgb(190,178,143); }

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