Html Css Color HEX #B23C49 Old Rose

📋 copy color: '#B23C49'

red 178 ◦ green 60 ◦ blue 73

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

Shades of Old Rose #B23C49

Tints of Old Rose #B23C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

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

R = 57.23%
G = 19.29%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B23C49 (or 0xB23C49) is known color: Old Rose. HEX triplet: B2, 3C and 49. RGB value is (178,60,73). Sum of RGB (Red+Green+Blue) = 178+60+73=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C49 is #4DC3B6. Grayscale: #606060. Windows color (decimal): -5096375 or 4799666. OLE color: 4799666.

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

Color convert

RGB 178 60 73 -
CMYK 0 0.66 0.59 0.30
HSL 353.39º 0.5% 0.47% -
HSV(B) 353.39º 0.66% 0.7% -
XYZ 21.18 13.18 7.73 -
YUV 96.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 178 60 73 0 0.66 0.59 0.30 353.39 0.5 0.47
Hex B2 3C 49 0 42 3B 1E 161 32 2F
Octal 262 74 111 0 102 73 36 541 62 57
Binary 10110010 111100 1001001 0 1000010 111011 11110 101100001 110010 101111

Color Harmonies of #B23C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C49

Black with #B23C49

Text Example


Text Example

White with #B23C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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