Html Css Color HEX #B93646 Old Rose

📋 copy color: '#B93646'

red 185 ◦ green 54 ◦ blue 70

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

Shades of Old Rose #B93646

Tints of Old Rose #B93646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 59.87%
G = 17.48%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B93646 (or 0xB93646) is known color: Old Rose. HEX triplet: B9, 36 and 46. RGB value is (185,54,70). Sum of RGB (Red+Green+Blue) = 185+54+70=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B93646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93646 is #46C9B9. Grayscale: #5F5F5F. Windows color (decimal): -4639162 or 4601529. OLE color: 4601529.

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

Color convert

RGB 185 54 70 -
CMYK 0 0.71 0.62 0.27
HSL 352.67º 0.55% 0.47% -
HSV(B) 352.67º 0.71% 0.73% -
XYZ 22.43 13.39 7.2 -
YUV 94.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 185 54 70 0 0.71 0.62 0.27 352.67 0.55 0.47
Hex B9 36 46 0 47 3E 1B 161 37 2F
Octal 271 66 106 0 107 76 33 541 67 57
Binary 10111001 110110 1000110 0 1000111 111110 11011 101100001 110111 101111

Color Harmonies of #B93646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93646

Black with #B93646

Text Example


Text Example

White with #B93646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93646; }

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

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

background-color css

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

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

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

border-color css

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

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

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