#BFB38D

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

Shades of Chino #BFB38D

Tints of Chino #BFB38D

Color information

#BFB38D (or 0xBFB38D) is unknown color: approx Chino. HEX triplet: BF, B3 and 8D. RGB value is (191,179,141). Sum of RGB (Red+Green+Blue) = 191+179+141=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB38D is #404C72. Grayscale: #B2B2B2. Windows color (decimal): -4213875 or 9286591. OLE color: 9286591.

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

Color convert

RGB191179141-
CMYK00.060.260.25
HSL45.6º28.09%65.1%-
HSV(B)45.6º26.18%74.9%-
XYZ42.4145.2431.7-
YUV178.26106.98137.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=37.38%
G=35.03%
B=27.59%

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
Decimal19117914100.060.260.2545.628.0965.1
HexBFB38D061A192e1c41
Octal2772632150632315634101
Binary10111111101100111000110101101101011001101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB38D; }

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

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

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

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

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

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

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

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