#BFB38E

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

Shades of Chino #BFB38E

Tints of Chino #BFB38E

Color information

#BFB38E (or 0xBFB38E) is unknown color: approx Chino. HEX triplet: BF, B3 and 8E. RGB value is (191,179,142). Sum of RGB (Red+Green+Blue) = 191+179+142=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38E is #404C71. Grayscale: #B2B2B2. Windows color (decimal): -4213874 or 9352127. OLE color: 9352127.

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

Color convert

RGB191179142-
CMYK00.060.260.25
HSL45.31º27.68%65.29%-
HSV(B)45.31º25.65%74.9%-
XYZ42.4945.2732.09-
YUV178.37107.48137.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=37.30%
G=34.96%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117914200.060.260.2545.3127.6865.29
HexBFB38E061A192d1c41
Octal2772632160632315534101
Binary10111111101100111000111001101101011001101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB38E; }

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

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

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

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

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

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

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

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