Html Css Color HEX #B93855 Old Rose

📋 copy color: '#B93855'

red 185 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #B93855

Tints of Old Rose #B93855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 56.75%
G = 17.18%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93855 (or 0xB93855) is known color: Old Rose. HEX triplet: B9, 38 and 55. RGB value is (185,56,85). Sum of RGB (Red+Green+Blue) = 185+56+85=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93855 is #46C7AA. Grayscale: #616161. Windows color (decimal): -4638635 or 5585081. OLE color: 5585081.

HSL color Cylindrical-coordinate representation of color #B93855: hue angle of 346.51º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93855 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 85 -
CMYK 0 0.70 0.54 0.27
HSL 346.51º 0.54% 0.47% -
HSV(B) 346.51º 0.7% 0.73% -
XYZ 23.06 13.8 10.04 -
YUV 97.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 185 56 85 0 0.70 0.54 0.27 346.51 0.54 0.47
Hex B9 38 55 0 46 36 1B 15B 36 2F
Octal 271 70 125 0 106 66 33 533 66 57
Binary 10111001 111000 1010101 0 1000110 110110 11011 101011011 110110 101111

Color Harmonies of #B93855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93855

Black with #B93855

Text Example


Text Example

White with #B93855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93855; }

 p { color: rgb(185,56,85); }

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

background-color css

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

 a { background-color: rgb(185,56,85); }

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

border-color css

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

 span { border-color: rgb(185,56,85); }

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