Html Css Color HEX #B23447 Old Rose

📋 copy color: '#B23447'

red 178 ◦ green 52 ◦ blue 71

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

Shades of Old Rose #B23447

Tints of Old Rose #B23447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 59.14%
G = 17.28%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B23447 (or 0xB23447) is known color: Old Rose. HEX triplet: B2, 34 and 47. RGB value is (178,52,71). Sum of RGB (Red+Green+Blue) = 178+52+71=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23447 is #4DCBB8. Grayscale: #5B5B5B. Windows color (decimal): -5098425 or 4666546. OLE color: 4666546.

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

Color convert

RGB 178 52 71 -
CMYK 0 0.71 0.60 0.30
HSL 350.95º 0.55% 0.45% -
HSV(B) 350.95º 0.71% 0.7% -
XYZ 20.73 12.38 7.26 -
YUV 91.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 178 52 71 0 0.71 0.60 0.30 350.95 0.55 0.45
Hex B2 34 47 0 47 3C 1E 15F 37 2D
Octal 262 64 107 0 107 74 36 537 67 55
Binary 10110010 110100 1000111 0 1000111 111100 11110 101011111 110111 101101

Color Harmonies of #B23447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23447

Black with #B23447

Text Example


Text Example

White with #B23447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23447; }

 p { color: rgb(178,52,71); }

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

background-color css

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

 a { background-color: rgb(178,52,71); }

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

border-color css

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

 span { border-color: rgb(178,52,71); }

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