Html Css Color HEX #B23747 Old Rose

📋 copy color: '#B23747'

red 178 ◦ green 55 ◦ blue 71

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

Shades of Old Rose #B23747

Tints of Old Rose #B23747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 58.55%
G = 18.09%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B23747 (or 0xB23747) is known color: Old Rose. HEX triplet: B2, 37 and 47. RGB value is (178,55,71). Sum of RGB (Red+Green+Blue) = 178+55+71=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B23747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23747 is #4DC8B8. Grayscale: #5D5D5D. Windows color (decimal): -5097657 or 4667314. OLE color: 4667314.

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

Color convert

RGB 178 55 71 -
CMYK 0 0.69 0.60 0.30
HSL 352.2º 0.53% 0.46% -
HSV(B) 352.2º 0.69% 0.7% -
XYZ 20.86 12.65 7.3 -
YUV 93.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 178 55 71 0 0.69 0.60 0.30 352.2 0.53 0.46
Hex B2 37 47 0 45 3C 1E 160 35 2E
Octal 262 67 107 0 105 74 36 540 65 56
Binary 10110010 110111 1000111 0 1000101 111100 11110 101100000 110101 101110

Color Harmonies of #B23747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23747

Black with #B23747

Text Example


Text Example

White with #B23747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23747; }

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

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

background-color css

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

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

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

border-color css

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

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

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