#BFB289

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

Shades of Chino #BFB289

Tints of Chino #BFB289

Color information

#BFB289 (or 0xBFB289) is unknown color: approx Chino. HEX triplet: BF, B2 and 89. RGB value is (191,178,137). Sum of RGB (Red+Green+Blue) = 191+178+137=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB289 is #404D76. Grayscale: #B1B1B1. Windows color (decimal): -4214135 or 9024191. OLE color: 9024191.

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

Color convert

RGB191178137-
CMYK00.070.280.25
HSL45.56º29.67%64.31%-
HSV(B)45.56º28.27%74.9%-
XYZ41.9244.7230.09-
YUV177.21105.31137.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=37.75%
G=35.18%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117813700.070.280.2545.5629.6764.31
HexBFB289071C192e1e40
Octal2772622110734315636100
Binary10111111101100101000100101111110011001101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB289; }

 p { color: rgb(191,178,137); }

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

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

 a { background-color: rgb(191,178,137); }

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

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

 span { border-color: rgb(191,178,137); }

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