Html Css Color HEX #B63647 Old Rose

📋 copy color: '#B63647'

red 182 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #B63647

Tints of Old Rose #B63647

RGB

 RED value IS 182 (71.48% from 255) = 59.28%

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

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

R = 59.28%
G = 17.59%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B63647 (or 0xB63647) is known color: Old Rose. HEX triplet: B6, 36 and 47. RGB value is (182,54,71). Sum of RGB (Red+Green+Blue) = 182+54+71=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B63647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63647 is #49C9B8. Grayscale: #5E5E5E. Windows color (decimal): -4835769 or 4667062. OLE color: 4667062.

HSL color Cylindrical-coordinate representation of color #B63647: hue angle of 352.03º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63647 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 71 -
CMYK 0 0.70 0.61 0.29
HSL 352.03º 0.54% 0.46% -
HSV(B) 352.03º 0.7% 0.71% -
XYZ 21.75 13.04 7.33 -
YUV 94.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 182 54 71 0 0.70 0.61 0.29 352.03 0.54 0.46
Hex B6 36 47 0 46 3D 1D 160 36 2E
Octal 266 66 107 0 106 75 35 540 66 56
Binary 10110110 110110 1000111 0 1000110 111101 11101 101100000 110110 101110

Color Harmonies of #B63647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63647

Black with #B63647

Text Example


Text Example

White with #B63647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63647; }

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

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

background-color css

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

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

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

border-color css

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

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

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