#BFB28D

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

Shades of Chino #BFB28D

Tints of Chino #BFB28D

Color information

#BFB28D (or 0xBFB28D) is unknown color: approx Chino. HEX triplet: BF, B2 and 8D. RGB value is (191,178,141). Sum of RGB (Red+Green+Blue) = 191+178+141=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB28D is #404D72. Grayscale: #B1B1B1. Windows color (decimal): -4214131 or 9286335. OLE color: 9286335.

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

Color convert

RGB191178141-
CMYK00.070.260.25
HSL44.4º28.09%65.1%-
HSV(B)44.4º26.18%74.9%-
XYZ42.2144.8431.63-
YUV177.67107.31137.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=37.45%
G=34.90%
B=27.65%

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
Decimal19117814100.070.260.2544.428.0965.1
HexBFB28D071A192c1c41
Octal2772622150732315434101
Binary10111111101100101000110101111101011001101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB28D; }

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

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

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

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

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

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

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

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