Html Css Color HEX #B23E45 Old Rose

📋 copy color: '#B23E45'

red 178 ◦ green 62 ◦ blue 69

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

Shades of Old Rose #B23E45

Tints of Old Rose #B23E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.06%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 57.61%
G = 20.06%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23E45 (or 0xB23E45) is known color: Old Rose. HEX triplet: B2, 3E and 45. RGB value is (178,62,69). Sum of RGB (Red+Green+Blue) = 178+62+69=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E45 is #4DC1BA. Grayscale: #616161. Windows color (decimal): -5095867 or 4538034. OLE color: 4538034.

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

Color convert

RGB 178 62 69 -
CMYK 0 0.65 0.61 0.30
HSL 356.38º 0.48% 0.47% -
HSV(B) 356.38º 0.65% 0.7% -
XYZ 21.16 13.34 7.09 -
YUV 97.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 178 62 69 0 0.65 0.61 0.30 356.38 0.48 0.47
Hex B2 3E 45 0 41 3D 1E 164 30 2F
Octal 262 76 105 0 101 75 36 544 60 57
Binary 10110010 111110 1000101 0 1000001 111101 11110 101100100 110000 101111

Color Harmonies of #B23E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E45

Black with #B23E45

Text Example


Text Example

White with #B23E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E45; }

 p { color: rgb(178,62,69); }

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

background-color css

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

 a { background-color: rgb(178,62,69); }

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

border-color css

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

 span { border-color: rgb(178,62,69); }

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