Html Css Color HEX #B93956 Old Rose

📋 copy color: '#B93956'

red 185 ◦ green 57 ◦ blue 86

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

Shades of Old Rose #B93956

Tints of Old Rose #B93956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

 BLUE value IS 86 (33.98% from 255) = 26.22%

R = 56.4%
G = 17.38%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93956 (or 0xB93956) is known color: Old Rose. HEX triplet: B9, 39 and 56. RGB value is (185,57,86). Sum of RGB (Red+Green+Blue) = 185+57+86=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B93956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93956 is #46C6A9. Grayscale: #626262. Windows color (decimal): -4638378 or 5650873. OLE color: 5650873.

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

Color convert

RGB 185 57 86 -
CMYK 0 0.69 0.54 0.27
HSL 346.41º 0.53% 0.47% -
HSV(B) 346.41º 0.69% 0.73% -
XYZ 23.15 13.91 10.27 -
YUV 98.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 185 57 86 0 0.69 0.54 0.27 346.41 0.53 0.47
Hex B9 39 56 0 45 36 1B 15A 35 2F
Octal 271 71 126 0 105 66 33 532 65 57
Binary 10111001 111001 1010110 0 1000101 110110 11011 101011010 110101 101111

Color Harmonies of #B93956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93956

Black with #B93956

Text Example


Text Example

White with #B93956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93956; }

 p { color: rgb(185,57,86); }

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

background-color css

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

 a { background-color: rgb(185,57,86); }

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

border-color css

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

 span { border-color: rgb(185,57,86); }

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