Html Css Color HEX #B23646 Old Rose

📋 copy color: '#B23646'

red 178 ◦ green 54 ◦ blue 70

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

Shades of Old Rose #B23646

Tints of Old Rose #B23646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 58.94%
G = 17.88%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23646 (or 0xB23646) is known color: Old Rose. HEX triplet: B2, 36 and 46. RGB value is (178,54,70). Sum of RGB (Red+Green+Blue) = 178+54+70=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23646 is #4DC9B9. Grayscale: #5C5C5C. Windows color (decimal): -5097914 or 4601522. OLE color: 4601522.

HSL color Cylindrical-coordinate representation of color #B23646: hue angle of 352.26º 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 #B23646 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 70 -
CMYK 0 0.70 0.61 0.30
HSL 352.26º 0.53% 0.45% -
HSV(B) 352.26º 0.7% 0.7% -
XYZ 20.78 12.55 7.12 -
YUV 92.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 178 54 70 0 0.70 0.61 0.30 352.26 0.53 0.45
Hex B2 36 46 0 46 3D 1E 160 35 2D
Octal 262 66 106 0 106 75 36 540 65 55
Binary 10110010 110110 1000110 0 1000110 111101 11110 101100000 110101 101101

Color Harmonies of #B23646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23646

Black with #B23646

Text Example


Text Example

White with #B23646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23646; }

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

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

background-color css

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

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

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

border-color css

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

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

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