#BFB188

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

Shades of Chino #BFB188

Tints of Chino #BFB188

Color information

#BFB188 (or 0xBFB188) is unknown color: approx Chino. HEX triplet: BF, B1 and 88. RGB value is (191,177,136). Sum of RGB (Red+Green+Blue) = 191+177+136=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB188 is #404E77. Grayscale: #B0B0B0. Windows color (decimal): -4214392 or 8958399. OLE color: 8958399.

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

Color convert

RGB191177136-
CMYK00.070.290.25
HSL44.73º30.05%64.12%-
HSV(B)44.73º28.8%74.9%-
XYZ41.6544.329.65-
YUV176.51105.14138.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=37.90%
G=35.12%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117713600.070.290.2544.7330.0564.12
HexBFB188071D192d1e40
Octal2772612100735315536100
Binary10111111101100011000100001111110111001101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB188; }

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

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

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

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

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

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

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

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