#BFB788

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

Shades of Coriander #BFB788

Tints of Coriander #BFB788

Color information

#BFB788 (or 0xBFB788) is unknown color: approx Coriander. HEX triplet: BF, B7 and 88. RGB value is (191,183,136). Sum of RGB (Red+Green+Blue) = 191+183+136=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB788 is #404877. Grayscale: #B4B4B4. Windows color (decimal): -4212856 or 8959935. OLE color: 8959935.

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

Color convert

RGB191183136-
CMYK00.040.290.25
HSL51.27º30.05%64.12%-
HSV(B)51.27º28.8%74.9%-
XYZ42.8646.7230.05-
YUV180.03103.15135.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=37.45%
G=35.88%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118313600.040.290.2551.2730.0564.12
HexBFB788041D19331e40
Octal2772672100435316336100
Binary10111111101101111000100001001110111001110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB788; }

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

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

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

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

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

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

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

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