#BEB28C

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

Shades of Chino #BEB28C

Tints of Chino #BEB28C

Color information

#BEB28C (or 0xBEB28C) is unknown color: approx Chino. HEX triplet: BE, B2 and 8C. RGB value is (190,178,140). Sum of RGB (Red+Green+Blue) = 190+178+140=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28C is #414D73. Grayscale: #B1B1B1. Windows color (decimal): -4279668 or 9220798. OLE color: 9220798.

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

Color convert

RGB190178140-
CMYK00.060.260.25
HSL45.6º27.78%64.71%-
HSV(B)45.6º26.32%74.51%-
XYZ41.8944.6831.23-
YUV177.26106.98137.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=37.40%
G=35.04%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017814000.060.260.2545.627.7864.71
HexBEB28C061A192e1c41
Octal2762622140632315634101
Binary10111110101100101000110001101101011001101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB28C; }

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

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

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

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

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

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

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

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