#BFB290

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

Shades of Chino #BFB290

Tints of Chino #BFB290

Color information

#BFB290 (or 0xBFB290) is unknown color: approx Chino. HEX triplet: BF, B2 and 90. RGB value is (191,178,144). Sum of RGB (Red+Green+Blue) = 191+178+144=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB290 is #404D6F. Grayscale: #B2B2B2. Windows color (decimal): -4214128 or 9482943. OLE color: 9482943.

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

Color convert

RGB191178144-
CMYK00.070.250.25
HSL43.4º26.86%65.69%-
HSV(B)43.4º24.61%74.9%-
XYZ42.4444.9332.82-
YUV178.01108.81137.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=37.23%
G=34.70%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117814400.070.250.2543.426.8665.69
HexBFB2900719192b1b42
Octal2772622200731315333102
Binary10111111101100101001000001111100111001101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB290; }

 p { color: rgb(191,178,144); }

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

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

 a { background-color: rgb(191,178,144); }

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

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

 span { border-color: rgb(191,178,144); }

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