#BD908F

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

Shades of Rosy Brown #BD908F

Tints of Rosy Brown #BD908F

Color information

#BD908F (or 0xBD908F) is unknown color: approx Rosy Brown. HEX triplet: BD, 90 and 8F. RGB value is (189,144,143). Sum of RGB (Red+Green+Blue) = 189+144+143=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD908F is #426F70. Grayscale: #9D9D9D. Windows color (decimal): -4353905 or 9408701. OLE color: 9408701.

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

Color convert

RGB189144143-
CMYK00.240.240.26
HSL1.3º25.84%65.1%-
HSV(B)1.3º24.34%74.12%-
XYZ35.9232.7530.41-
YUV157.34119.91150.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=39.71%
G=30.25%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914414300.240.240.261.325.8465.1
HexBD908F018181A11a41
Octal2752202170303032132101
Binary10111101100100001000111101100011000110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD908F; }

 p { color: rgb(189,144,143); }

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

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

 a { background-color: rgb(189,144,143); }

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

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

 span { border-color: rgb(189,144,143); }

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