Html Css Color HEX #B93652 Old Rose

📋 copy color: '#B93652'

red 185 ◦ green 54 ◦ blue 82

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

Shades of Old Rose #B93652

Tints of Old Rose #B93652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 57.63%
G = 16.82%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B93652 (or 0xB93652) is known color: Old Rose. HEX triplet: B9, 36 and 52. RGB value is (185,54,82). Sum of RGB (Red+Green+Blue) = 185+54+82=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B93652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93652 is #46C9AD. Grayscale: #606060. Windows color (decimal): -4639150 or 5387961. OLE color: 5387961.

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

Color convert

RGB 185 54 82 -
CMYK 0 0.71 0.56 0.27
HSL 347.18º 0.55% 0.47% -
HSV(B) 347.18º 0.71% 0.73% -
XYZ 22.85 13.56 9.4 -
YUV 96.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 185 54 82 0 0.71 0.56 0.27 347.18 0.55 0.47
Hex B9 36 52 0 47 38 1B 15B 37 2F
Octal 271 66 122 0 107 70 33 533 67 57
Binary 10111001 110110 1010010 0 1000111 111000 11011 101011011 110111 101111

Color Harmonies of #B93652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93652

Black with #B93652

Text Example


Text Example

White with #B93652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93652; }

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

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

background-color css

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

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

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

border-color css

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

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

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