Html Css Color HEX #B23644 Old Rose

📋 copy color: '#B23644'

red 178 ◦ green 54 ◦ blue 68

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

Shades of Old Rose #B23644

Tints of Old Rose #B23644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 59.33%
G = 18%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23644 (or 0xB23644) is known color: Old Rose. HEX triplet: B2, 36 and 44. RGB value is (178,54,68). Sum of RGB (Red+Green+Blue) = 178+54+68=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B23644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23644 is #4DC9BB. Grayscale: #5C5C5C. Windows color (decimal): -5097916 or 4470450. OLE color: 4470450.

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

Color convert

RGB 178 54 68 -
CMYK 0 0.70 0.62 0.30
HSL 353.23º 0.53% 0.45% -
HSV(B) 353.23º 0.7% 0.7% -
XYZ 20.72 12.52 6.79 -
YUV 92.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 178 54 68 0 0.70 0.62 0.30 353.23 0.53 0.45
Hex B2 36 44 0 46 3E 1E 161 35 2D
Octal 262 66 104 0 106 76 36 541 65 55
Binary 10110010 110110 1000100 0 1000110 111110 11110 101100001 110101 101101

Color Harmonies of #B23644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23644

Black with #B23644

Text Example


Text Example

White with #B23644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23644; }

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

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

background-color css

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

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

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

border-color css

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

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

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