Html Css Color HEX #B23649 Old Rose

📋 copy color: '#B23649'

red 178 ◦ green 54 ◦ blue 73

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

Shades of Old Rose #B23649

Tints of Old Rose #B23649

RGB

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

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

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

R = 58.36%
G = 17.7%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B23649 (or 0xB23649) is known color: Old Rose. HEX triplet: B2, 36 and 49. RGB value is (178,54,73). Sum of RGB (Red+Green+Blue) = 178+54+73=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B23649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23649 is #4DC9B6. Grayscale: #5D5D5D. Windows color (decimal): -5097911 or 4798130. OLE color: 4798130.

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

Color convert

RGB 178 54 73 -
CMYK 0 0.70 0.59 0.30
HSL 350.81º 0.53% 0.45% -
HSV(B) 350.81º 0.7% 0.7% -
XYZ 20.88 12.58 7.63 -
YUV 93.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 178 54 73 0 0.70 0.59 0.30 350.81 0.53 0.45
Hex B2 36 49 0 46 3B 1E 15F 35 2D
Octal 262 66 111 0 106 73 36 537 65 55
Binary 10110010 110110 1001001 0 1000110 111011 11110 101011111 110101 101101

Color Harmonies of #B23649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23649

Black with #B23649

Text Example


Text Example

White with #B23649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23649; }

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

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

background-color css

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

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

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

border-color css

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

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

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