#bd916c

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

Shades of Fallow #BD916C

Tints of Fallow #BD916C

Color information

#BD916C (or 0xBD916C) is unknown color: approx Fallow. HEX triplet: BD, 91 and 6C. RGB value is (189,145,108). Sum of RGB (Red+Green+Blue) = 189+145+108=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD916C is #426E93. Grayscale: #9A9A9A. Windows color (decimal): -4353684 or 7115197. OLE color: 7115197.

HSL color Cylindrical-coordinate representation of color #BD916C: hue angle of 27.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD916C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189145108-
CMYK00.230.430.26
HSL27.41º38.03%58.24%-
HSV(B)27.41º42.86%74.12%-
XYZ33.8232.1518.61-
YUV153.94102.08153.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=42.76%
G=32.81%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914510800.230.430.2627.4138.0358.24
HexBD916C0172B1A1b263a
Octal2752211540275332334672
Binary101111011001000111011000101111010111101011011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd916c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd916c; }

 p { color: rgb(189,145,108); }

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

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

 a { background-color: rgb(189,145,108); }

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

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

 span { border-color: rgb(189,145,108); }

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