#BD918D

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

Shades of Rosy Brown #BD918D

Tints of Rosy Brown #BD918D

Color information

#BD918D (or 0xBD918D) is unknown color: approx Rosy Brown. HEX triplet: BD, 91 and 8D. RGB value is (189,145,141). Sum of RGB (Red+Green+Blue) = 189+145+141=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918D is #426E72. Grayscale: #9D9D9D. Windows color (decimal): -4353651 or 9277885. OLE color: 9277885.

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

Color convert

RGB189145141-
CMYK00.230.250.26
HSL26.67%64.71%-
HSV(B)25.4%74.12%-
XYZ35.9232.9929.67-
YUV157.7118.58150.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=39.79%
G=30.53%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914514100.230.250.26526.6764.71
HexBD918D017191A51b41
Octal2752212150273132533101
Binary1011110110010001100011010101111100111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD918D; }

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

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

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

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

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

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

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

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