#BBB18F

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

Shades of Chino #BBB18F

Tints of Chino #BBB18F

Color information

#BBB18F (or 0xBBB18F) is unknown color: approx Chino. HEX triplet: BB, B1 and 8F. RGB value is (187,177,143). Sum of RGB (Red+Green+Blue) = 187+177+143=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB18F is #444E70. Grayscale: #B0B0B0. Windows color (decimal): -4476529 or 9417147. OLE color: 9417147.

HSL color Cylindrical-coordinate representation of color #BBB18F: hue angle of 46.36º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB18F is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187177143-
CMYK00.050.240.27
HSL46.36º24.44%64.71%-
HSV(B)46.36º23.53%73.33%-
XYZ41.1743.9932.31-
YUV176.11109.31135.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=36.88%
G=34.91%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717714300.050.240.2746.3624.4464.71
HexBBB18F05181B2e1841
Octal2732612170530335630101
Binary10111011101100011000111101011100011011101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB18F; }

 p { color: rgb(187,177,143); }

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

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

 a { background-color: rgb(187,177,143); }

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

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

 span { border-color: rgb(187,177,143); }

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