#BEB08C

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

Shades of Chino #BEB08C

Tints of Chino #BEB08C

Color information

#BEB08C (or 0xBEB08C) is unknown color: approx Chino. HEX triplet: BE, B0 and 8C. RGB value is (190,176,140). Sum of RGB (Red+Green+Blue) = 190+176+140=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08C is #414F73. Grayscale: #B0B0B0. Windows color (decimal): -4280180 or 9220286. OLE color: 9220286.

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

Color convert

RGB190176140-
CMYK00.070.260.25
HSL43.2º27.78%64.71%-
HSV(B)43.2º26.32%74.51%-
XYZ41.4943.8931.1-
YUV176.08107.64137.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=37.55%
G=34.78%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017614000.070.260.2543.227.7864.71
HexBEB08C071A192b1c41
Octal2762602140732315334101
Binary10111110101100001000110001111101011001101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB08C; }

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

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

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

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

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

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

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

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