Html Css Color HEX #B93647 Old Rose

📋 copy color: '#B93647'

red 185 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #B93647

Tints of Old Rose #B93647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 59.68%
G = 17.42%
B = 22.9%

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

#B93647 (or 0xB93647) is known color: Old Rose. HEX triplet: B9, 36 and 47. RGB value is (185,54,71). Sum of RGB (Red+Green+Blue) = 185+54+71=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B93647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93647 is #46C9B8. Grayscale: #5F5F5F. Windows color (decimal): -4639161 or 4667065. OLE color: 4667065.

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

Color convert

RGB 185 54 71 -
CMYK 0 0.71 0.62 0.27
HSL 352.21º 0.55% 0.47% -
HSV(B) 352.21º 0.71% 0.73% -
XYZ 22.46 13.41 7.37 -
YUV 95.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 185 54 71 0 0.71 0.62 0.27 352.21 0.55 0.47
Hex B9 36 47 0 47 3E 1B 160 37 2F
Octal 271 66 107 0 107 76 33 540 67 57
Binary 10111001 110110 1000111 0 1000111 111110 11011 101100000 110111 101111

Color Harmonies of #B93647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93647

Black with #B93647

Text Example


Text Example

White with #B93647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93647; }

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

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

background-color css

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

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

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

border-color css

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

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

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