#BFB38F

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

Shades of Chino #BFB38F

Tints of Chino #BFB38F

Color information

#BFB38F (or 0xBFB38F) is unknown color: approx Chino. HEX triplet: BF, B3 and 8F. RGB value is (191,179,143). Sum of RGB (Red+Green+Blue) = 191+179+143=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38F is #404C70. Grayscale: #B2B2B2. Windows color (decimal): -4213873 or 9417663. OLE color: 9417663.

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

Color convert

RGB191179143-
CMYK00.060.250.25
HSL45º27.27%65.49%-
HSV(B)45º25.13%74.9%-
XYZ42.5645.332.49-
YUV178.48107.98136.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=37.23%
G=34.89%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117914300.060.250.254527.2765.49
HexBFB38F0619192d1b41
Octal2772632170631315533101
Binary10111111101100111000111101101100111001101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB38F; }

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

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

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

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

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

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

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

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