#BFB58C

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

Shades of Coriander #BFB58C

Tints of Coriander #BFB58C

Color information

#BFB58C (or 0xBFB58C) is unknown color: approx Coriander. HEX triplet: BF, B5 and 8C. RGB value is (191,181,140). Sum of RGB (Red+Green+Blue) = 191+181+140=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB58C is #404A73. Grayscale: #B3B3B3. Windows color (decimal): -4213364 or 9221567. OLE color: 9221567.

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

Color convert

RGB191181140-
CMYK00.050.270.25
HSL48.24º28.49%64.9%-
HSV(B)48.24º26.7%74.9%-
XYZ42.7446.0231.44-
YUV179.32105.81136.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=37.30%
G=35.35%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118114000.050.270.2548.2428.4964.9
HexBFB58C051B19301c41
Octal2772652140533316034101
Binary10111111101101011000110001011101111001110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB58C; }

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

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

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

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

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

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

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

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