#BFB18D

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

Shades of Chino #BFB18D

Tints of Chino #BFB18D

Color information

#BFB18D (or 0xBFB18D) is unknown color: approx Chino. HEX triplet: BF, B1 and 8D. RGB value is (191,177,141). Sum of RGB (Red+Green+Blue) = 191+177+141=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB18D is #404E72. Grayscale: #B1B1B1. Windows color (decimal): -4214387 or 9286079. OLE color: 9286079.

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

Color convert

RGB191177141-
CMYK00.070.260.25
HSL43.2º28.09%65.1%-
HSV(B)43.2º26.18%74.9%-
XYZ42.0244.4431.56-
YUV177.08107.64137.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=37.52%
G=34.77%
B=27.70%

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
Decimal19117714100.070.260.2543.228.0965.1
HexBFB18D071A192b1c41
Octal2772612150732315334101
Binary10111111101100011000110101111101011001101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB18D; }

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

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

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

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

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

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

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

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