Html Css Color HEX #B23047 Old Rose

📋 copy color: '#B23047'

red 178 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #B23047

Tints of Old Rose #B23047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 59.93%
G = 16.16%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B23047 (or 0xB23047) is known color: Old Rose. HEX triplet: B2, 30 and 47. RGB value is (178,48,71). Sum of RGB (Red+Green+Blue) = 178+48+71=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23047 is #4DCFB8. Grayscale: #595959. Windows color (decimal): -5099449 or 4665522. OLE color: 4665522.

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

Color convert

RGB 178 48 71 -
CMYK 0 0.73 0.60 0.30
HSL 349.38º 0.58% 0.44% -
HSV(B) 349.38º 0.73% 0.7% -
XYZ 20.55 12.03 7.2 -
YUV 89.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 178 48 71 0 0.73 0.60 0.30 349.38 0.58 0.44
Hex B2 30 47 0 49 3C 1E 15D 3A 2C
Octal 262 60 107 0 111 74 36 535 72 54
Binary 10110010 110000 1000111 0 1001001 111100 11110 101011101 111010 101100

Color Harmonies of #B23047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23047

Black with #B23047

Text Example


Text Example

White with #B23047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23047; }

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

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

background-color css

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

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

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

border-color css

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

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

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