#BFB18C

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

Shades of Chino #BFB18C

Tints of Chino #BFB18C

Color information

#BFB18C (or 0xBFB18C) is unknown color: approx Chino. HEX triplet: BF, B1 and 8C. RGB value is (191,177,140). Sum of RGB (Red+Green+Blue) = 191+177+140=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB18C is #404E73. Grayscale: #B1B1B1. Windows color (decimal): -4214388 or 9220543. OLE color: 9220543.

HSL color Cylindrical-coordinate representation of color #BFB18C: hue angle of 43.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB18C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191177140-
CMYK00.070.270.25
HSL43.53º28.49%64.9%-
HSV(B)43.53º26.7%74.9%-
XYZ41.9444.4131.17-
YUV176.97107.14138.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=37.60%
G=34.84%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117714000.070.270.2543.5328.4964.9
HexBFB18C071B192c1c41
Octal2772612140733315434101
Binary10111111101100011000110001111101111001101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB18C; }

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

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

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

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

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

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

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

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