Html Css Color HEX #B93053 Old Rose

📋 copy color: '#B93053'

red 185 ◦ green 48 ◦ blue 83

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

Shades of Old Rose #B93053

Tints of Old Rose #B93053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 58.54%
G = 15.19%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93053 (or 0xB93053) is known color: Old Rose. HEX triplet: B9, 30 and 53. RGB value is (185,48,83). Sum of RGB (Red+Green+Blue) = 185+48+83=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B93053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93053 is #46CFAC. Grayscale: #5C5C5C. Windows color (decimal): -4640685 or 5451961. OLE color: 5451961.

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

Color convert

RGB 185 48 83 -
CMYK 0 0.74 0.55 0.27
HSL 344.67º 0.59% 0.46% -
HSV(B) 344.67º 0.74% 0.73% -
XYZ 22.63 13.05 9.51 -
YUV 92.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 185 48 83 0 0.74 0.55 0.27 344.67 0.59 0.46
Hex B9 30 53 0 4A 37 1B 159 3B 2E
Octal 271 60 123 0 112 67 33 531 73 56
Binary 10111001 110000 1010011 0 1001010 110111 11011 101011001 111011 101110

Color Harmonies of #B93053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93053

Black with #B93053

Text Example


Text Example

White with #B93053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93053; }

 p { color: rgb(185,48,83); }

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

background-color css

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

 a { background-color: rgb(185,48,83); }

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

border-color css

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

 span { border-color: rgb(185,48,83); }

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