Html Css Color HEX #B23749 Old Rose

📋 copy color: '#B23749'

red 178 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #B23749

Tints of Old Rose #B23749

RGB

 RED value IS 178 (69.92% from 255) = 58.17%

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 58.17%
G = 17.97%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B23749 (or 0xB23749) is known color: Old Rose. HEX triplet: B2, 37 and 49. RGB value is (178,55,73). Sum of RGB (Red+Green+Blue) = 178+55+73=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B23749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23749 is #4DC8B6. Grayscale: #5D5D5D. Windows color (decimal): -5097655 or 4798386. OLE color: 4798386.

HSL color Cylindrical-coordinate representation of color #B23749: hue angle of 351.22º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23749 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 73 -
CMYK 0 0.69 0.59 0.30
HSL 351.22º 0.53% 0.46% -
HSV(B) 351.22º 0.69% 0.7% -
XYZ 20.93 12.68 7.65 -
YUV 93.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 178 55 73 0 0.69 0.59 0.30 351.22 0.53 0.46
Hex B2 37 49 0 45 3B 1E 15F 35 2E
Octal 262 67 111 0 105 73 36 537 65 56
Binary 10110010 110111 1001001 0 1000101 111011 11110 101011111 110101 101110

Color Harmonies of #B23749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23749

Black with #B23749

Text Example


Text Example

White with #B23749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23749; }

 p { color: rgb(178,55,73); }

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

background-color css

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

 a { background-color: rgb(178,55,73); }

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

border-color css

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

 span { border-color: rgb(178,55,73); }

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