Html Css Color HEX #B93459 Old Rose

📋 copy color: '#B93459'

red 185 ◦ green 52 ◦ blue 89

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

Shades of Old Rose #B93459

Tints of Old Rose #B93459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 56.75%
G = 15.95%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B93459 (or 0xB93459) is known color: Old Rose. HEX triplet: B9, 34 and 59. RGB value is (185,52,89). Sum of RGB (Red+Green+Blue) = 185+52+89=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93459 is #46CBA6. Grayscale: #5F5F5F. Windows color (decimal): -4639655 or 5846201. OLE color: 5846201.

HSL color Cylindrical-coordinate representation of color #B93459: hue angle of 343.31º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93459 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 89 -
CMYK 0 0.72 0.52 0.27
HSL 343.31º 0.56% 0.46% -
HSV(B) 343.31º 0.72% 0.73% -
XYZ 23.04 13.49 10.84 -
YUV 95.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 185 52 89 0 0.72 0.52 0.27 343.31 0.56 0.46
Hex B9 34 59 0 48 34 1B 157 38 2E
Octal 271 64 131 0 110 64 33 527 70 56
Binary 10111001 110100 1011001 0 1001000 110100 11011 101010111 111000 101110

Color Harmonies of #B93459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93459

Black with #B93459

Text Example


Text Example

White with #B93459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93459; }

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

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

background-color css

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

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

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

border-color css

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

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

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