Html Css Color HEX #B93558 Old Rose

📋 copy color: '#B93558'

red 185 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #B93558

Tints of Old Rose #B93558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 56.75%
G = 16.26%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B93558 (or 0xB93558) is known color: Old Rose. HEX triplet: B9, 35 and 58. RGB value is (185,53,88). Sum of RGB (Red+Green+Blue) = 185+53+88=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93558 is #46CAA7. Grayscale: #606060. Windows color (decimal): -4639400 or 5780921. OLE color: 5780921.

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

Color convert

RGB 185 53 88 -
CMYK 0 0.71 0.52 0.27
HSL 344.09º 0.55% 0.47% -
HSV(B) 344.09º 0.71% 0.73% -
XYZ 23.04 13.57 10.64 -
YUV 96.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 185 53 88 0 0.71 0.52 0.27 344.09 0.55 0.47
Hex B9 35 58 0 47 34 1B 158 37 2F
Octal 271 65 130 0 107 64 33 530 67 57
Binary 10111001 110101 1011000 0 1000111 110100 11011 101011000 110111 101111

Color Harmonies of #B93558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93558

Black with #B93558

Text Example


Text Example

White with #B93558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93558; }

 p { color: rgb(185,53,88); }

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

background-color css

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

 a { background-color: rgb(185,53,88); }

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

border-color css

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

 span { border-color: rgb(185,53,88); }

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