#BEB9B0

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

Shades of Cotton Seed #BEB9B0

Tints of Cotton Seed #BEB9B0

Color information

#BEB9B0 (or 0xBEB9B0) is unknown color: approx Cotton Seed. HEX triplet: BE, B9 and B0. RGB value is (190,185,176). Sum of RGB (Red+Green+Blue) = 190+185+176=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9B0 is #41464F. Grayscale: #B9B9B9. Windows color (decimal): -4277840 or 11581886. OLE color: 11581886.

HSL color Cylindrical-coordinate representation of color #BEB9B0: hue angle of 38.57º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB9B0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190185176-
CMYK00.030.070.25
HSL38.57º9.72%71.76%-
HSV(B)38.57º7.37%74.51%-
XYZ46.4248.7848.04-
YUV185.47122.66131.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=34.48%
G=33.58%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018517600.030.070.2538.579.7271.76
HexBEB9B00371927a48
Octal276271260037314712110
Binary1011111010111001101100000111111100110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9B0; }

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

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

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

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

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

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

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

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