#BFB28F

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

Shades of Chino #BFB28F

Tints of Chino #BFB28F

Color information

#BFB28F (or 0xBFB28F) is unknown color: approx Chino. HEX triplet: BF, B2 and 8F. RGB value is (191,178,143). Sum of RGB (Red+Green+Blue) = 191+178+143=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28F is #404D70. Grayscale: #B2B2B2. Windows color (decimal): -4214129 or 9417407. OLE color: 9417407.

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

Color convert

RGB191178143-
CMYK00.070.250.25
HSL43.75º27.27%65.49%-
HSV(B)43.75º25.13%74.9%-
XYZ42.3644.932.42-
YUV177.9108.31137.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=37.30%
G=34.77%
B=27.93%

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
Decimal19117814300.070.250.2543.7527.2765.49
HexBFB28F0719192c1b41
Octal2772622170731315433101
Binary10111111101100101000111101111100111001101100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB28F; }

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

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

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

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

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

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

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

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