Html Css Color HEX #B93859 Old Rose

📋 copy color: '#B93859'

red 185 ◦ green 56 ◦ blue 89

#B93859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B93859

Tints of Old Rose #B93859

RGB

 RED value IS 185 (72.66% from 255) = 56.06%

 GREEN value IS 56 (22.27% from 255) = 16.97%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 56.06%
G = 16.97%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B93859 (or 0xB93859) is known color: Old Rose. HEX triplet: B9, 38 and 59. RGB value is (185,56,89). Sum of RGB (Red+Green+Blue) = 185+56+89=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B93859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93859 is #46C7A6. Grayscale: #626262. Windows color (decimal): -4638631 or 5847225. OLE color: 5847225.

HSL color Cylindrical-coordinate representation of color #B93859: hue angle of 344.65º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93859 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 89 -
CMYK 0 0.70 0.52 0.27
HSL 344.65º 0.54% 0.47% -
HSV(B) 344.65º 0.7% 0.73% -
XYZ 23.22 13.86 10.9 -
YUV 98.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 185 56 89 0 0.70 0.52 0.27 344.65 0.54 0.47
Hex B9 38 59 0 46 34 1B 159 36 2F
Octal 271 70 131 0 106 64 33 531 66 57
Binary 10111001 111000 1011001 0 1000110 110100 11011 101011001 110110 101111

Color Harmonies of #B93859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93859

Black with #B93859

Text Example


Text Example

White with #B93859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93859; }

 p { color: rgb(185,56,89); }

 H1.HeaderClassName
 {
   color: #B93859;
 }
 .AnyTagClassName
 {
   color: #B93859;
 }
</style>

background-color css

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

 a { background-color: rgb(185,56,89); }

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

border-color css

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

 span { border-color: rgb(185,56,89); }

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