Html Css Color HEX #B23650 Old Rose

📋 copy color: '#B23650'

red 178 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #B23650

Tints of Old Rose #B23650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 57.05%
G = 17.31%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B23650 (or 0xB23650) is known color: Old Rose. HEX triplet: B2, 36 and 50. RGB value is (178,54,80). Sum of RGB (Red+Green+Blue) = 178+54+80=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B23650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23650 is #4DC9AF. Grayscale: #5E5E5E. Windows color (decimal): -5097904 or 5256882. OLE color: 5256882.

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

Color convert

RGB 178 54 80 -
CMYK 0 0.70 0.55 0.30
HSL 347.42º 0.53% 0.45% -
HSV(B) 347.42º 0.7% 0.7% -
XYZ 21.13 12.68 8.92 -
YUV 94.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 178 54 80 0 0.70 0.55 0.30 347.42 0.53 0.45
Hex B2 36 50 0 46 37 1E 15B 35 2D
Octal 262 66 120 0 106 67 36 533 65 55
Binary 10110010 110110 1010000 0 1000110 110111 11110 101011011 110101 101101

Color Harmonies of #B23650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23650

Black with #B23650

Text Example


Text Example

White with #B23650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23650; }

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

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

background-color css

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

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

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

border-color css

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

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

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