Html Css Color HEX #B93452 Old Rose

📋 copy color: '#B93452'

red 185 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #B93452

Tints of Old Rose #B93452

RGB

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

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

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

R = 57.99%
G = 16.3%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B93452 (or 0xB93452) is known color: Old Rose. HEX triplet: B9, 34 and 52. RGB value is (185,52,82). Sum of RGB (Red+Green+Blue) = 185+52+82=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93452 is #46CBAD. Grayscale: #5F5F5F. Windows color (decimal): -4639662 or 5387449. OLE color: 5387449.

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

Color convert

RGB 185 52 82 -
CMYK 0 0.72 0.56 0.27
HSL 346.47º 0.56% 0.46% -
HSV(B) 346.47º 0.72% 0.73% -
XYZ 22.76 13.38 9.37 -
YUV 95.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 185 52 82 0 0.72 0.56 0.27 346.47 0.56 0.46
Hex B9 34 52 0 48 38 1B 15A 38 2E
Octal 271 64 122 0 110 70 33 532 70 56
Binary 10111001 110100 1010010 0 1001000 111000 11011 101011010 111000 101110

Color Harmonies of #B93452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93452

Black with #B93452

Text Example


Text Example

White with #B93452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93452; }

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

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

background-color css

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

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

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

border-color css

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

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

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