#BFB28B

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

Shades of Chino #BFB28B

Tints of Chino #BFB28B

Color information

#BFB28B (or 0xBFB28B) is unknown color: approx Chino. HEX triplet: BF, B2 and 8B. RGB value is (191,178,139). Sum of RGB (Red+Green+Blue) = 191+178+139=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28B is #404D74. Grayscale: #B1B1B1. Windows color (decimal): -4214133 or 9155263. OLE color: 9155263.

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

Color convert

RGB191178139-
CMYK00.070.270.25
HSL45º28.89%64.71%-
HSV(B)45º27.23%74.9%-
XYZ42.0744.7830.85-
YUV177.44106.31137.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=37.60%
G=35.04%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117813900.070.270.254528.8964.71
HexBFB28B071B192d1d41
Octal2772622130733315535101
Binary10111111101100101000101101111101111001101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB28B; }

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

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

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

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

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

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

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

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