Html Css Color HEX #B63947 Old Rose

📋 copy color: '#B63947'

red 182 ◦ green 57 ◦ blue 71

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

Shades of Old Rose #B63947

Tints of Old Rose #B63947

RGB

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

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

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

R = 58.71%
G = 18.39%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B63947 (or 0xB63947) is known color: Old Rose. HEX triplet: B6, 39 and 47. RGB value is (182,57,71). Sum of RGB (Red+Green+Blue) = 182+57+71=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B63947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63947 is #49C6B8. Grayscale: #606060. Windows color (decimal): -4835001 or 4667830. OLE color: 4667830.

HSL color Cylindrical-coordinate representation of color #B63947: hue angle of 353.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63947 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 71 -
CMYK 0 0.69 0.61 0.29
HSL 353.28º 0.52% 0.47% -
HSV(B) 353.28º 0.69% 0.71% -
XYZ 21.89 13.33 7.38 -
YUV 95.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 182 57 71 0 0.69 0.61 0.29 353.28 0.52 0.47
Hex B6 39 47 0 45 3D 1D 161 34 2F
Octal 266 71 107 0 105 75 35 541 64 57
Binary 10110110 111001 1000111 0 1000101 111101 11101 101100001 110100 101111

Color Harmonies of #B63947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63947

Black with #B63947

Text Example


Text Example

White with #B63947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63947; }

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

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

background-color css

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

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

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

border-color css

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

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

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