Html Css Color HEX #B93B52 Old Rose

📋 copy color: '#B93B52'

red 185 ◦ green 59 ◦ blue 82

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

Shades of Old Rose #B93B52

Tints of Old Rose #B93B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 56.75%
G = 18.1%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B93B52 (or 0xB93B52) is known color: Old Rose. HEX triplet: B9, 3B and 52. RGB value is (185,59,82). Sum of RGB (Red+Green+Blue) = 185+59+82=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B52 is #46C4AD. Grayscale: #636363. Windows color (decimal): -4637870 or 5389241. OLE color: 5389241.

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

Color convert

RGB 185 59 82 -
CMYK 0 0.68 0.56 0.27
HSL 349.05º 0.52% 0.48% -
HSV(B) 349.05º 0.68% 0.73% -
XYZ 23.09 14.05 9.48 -
YUV 99.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 185 59 82 0 0.68 0.56 0.27 349.05 0.52 0.48
Hex B9 3B 52 0 44 38 1B 15D 34 30
Octal 271 73 122 0 104 70 33 535 64 60
Binary 10111001 111011 1010010 0 1000100 111000 11011 101011101 110100 110000

Color Harmonies of #B93B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B52

Black with #B93B52

Text Example


Text Example

White with #B93B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B52; }

 p { color: rgb(185,59,82); }

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

background-color css

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

 a { background-color: rgb(185,59,82); }

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

border-color css

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

 span { border-color: rgb(185,59,82); }

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