#BD9694

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

Shades of Rosy Brown #BD9694

Tints of Rosy Brown #BD9694

Color information

#BD9694 (or 0xBD9694) is unknown color: approx Rosy Brown. HEX triplet: BD, 96 and 94. RGB value is (189,150,148). Sum of RGB (Red+Green+Blue) = 189+150+148=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9694 is #42696B. Grayscale: #A1A1A1. Windows color (decimal): -4352364 or 9737917. OLE color: 9737917.

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

Color convert

RGB189150148-
CMYK00.210.220.26
HSL2.93º23.7%66.08%-
HSV(B)2.93º21.69%74.12%-
XYZ37.2434.7732.77-
YUV161.43120.42147.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=38.81%
G=30.80%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915014800.210.220.262.9323.766.08
HexBD9694015161A31842
Octal2752262240252632330102
Binary101111011001011010010100010101101101101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9694; }

 p { color: rgb(189,150,148); }

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

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

 a { background-color: rgb(189,150,148); }

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

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

 span { border-color: rgb(189,150,148); }

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