Html Css Color HEX #B83648 Old Rose

📋 copy color: '#B83648'

red 184 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #B83648

Tints of Old Rose #B83648

RGB

 RED value IS 184 (72.27% from 255) = 59.35%

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 59.35%
G = 17.42%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B83648 (or 0xB83648) is known color: Old Rose. HEX triplet: B8, 36 and 48. RGB value is (184,54,72). Sum of RGB (Red+Green+Blue) = 184+54+72=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B83648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83648 is #47C9B7. Grayscale: #5E5E5E. Windows color (decimal): -4704696 or 4732600. OLE color: 4732600.

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

Color convert

RGB 184 54 72 -
CMYK 0 0.71 0.61 0.28
HSL 351.69º 0.55% 0.47% -
HSV(B) 351.69º 0.71% 0.72% -
XYZ 22.26 13.3 7.52 -
YUV 94.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 184 54 72 0 0.71 0.61 0.28 351.69 0.55 0.47
Hex B8 36 48 0 47 3D 1C 160 37 2F
Octal 270 66 110 0 107 75 34 540 67 57
Binary 10111000 110110 1001000 0 1000111 111101 11100 101100000 110111 101111

Color Harmonies of #B83648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83648

Black with #B83648

Text Example


Text Example

White with #B83648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83648; }

 p { color: rgb(184,54,72); }

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

background-color css

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

 a { background-color: rgb(184,54,72); }

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

border-color css

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

 span { border-color: rgb(184,54,72); }

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