Html Css Color HEX #B93359 Old Rose

📋 copy color: '#B93359'

red 185 ◦ green 51 ◦ blue 89

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

Shades of Old Rose #B93359

Tints of Old Rose #B93359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 56.92%
G = 15.69%
B = 27.38%

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

#B93359 (or 0xB93359) is known color: Old Rose. HEX triplet: B9, 33 and 59. RGB value is (185,51,89). Sum of RGB (Red+Green+Blue) = 185+51+89=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93359 is #46CCA6. Grayscale: #5F5F5F. Windows color (decimal): -4639911 or 5845945. OLE color: 5845945.

HSL color Cylindrical-coordinate representation of color #B93359: hue angle of 342.99º degrees, saturation: 0.57, 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 #B93359 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 89 -
CMYK 0 0.72 0.52 0.27
HSL 342.99º 0.57% 0.46% -
HSV(B) 342.99º 0.72% 0.73% -
XYZ 22.99 13.4 10.83 -
YUV 95.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 185 51 89 0 0.72 0.52 0.27 342.99 0.57 0.46
Hex B9 33 59 0 48 34 1B 157 39 2E
Octal 271 63 131 0 110 64 33 527 71 56
Binary 10111001 110011 1011001 0 1001000 110100 11011 101010111 111001 101110

Color Harmonies of #B93359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93359

Black with #B93359

Text Example


Text Example

White with #B93359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93359; }

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

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

background-color css

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

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

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

border-color css

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

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

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