Html Css Color HEX #B23355 Old Rose

📋 copy color: '#B23355'

red 178 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #B23355

Tints of Old Rose #B23355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 56.69%
G = 16.24%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B23355 (or 0xB23355) is known color: Old Rose. HEX triplet: B2, 33 and 55. RGB value is (178,51,85). Sum of RGB (Red+Green+Blue) = 178+51+85=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23355 is #4DCCAA. Grayscale: #5C5C5C. Windows color (decimal): -5098667 or 5583794. OLE color: 5583794.

HSL color Cylindrical-coordinate representation of color #B23355: hue angle of 343.94º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23355 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 85 -
CMYK 0 0.71 0.52 0.30
HSL 343.94º 0.55% 0.45% -
HSV(B) 343.94º 0.71% 0.7% -
XYZ 21.18 12.49 9.89 -
YUV 92.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 178 51 85 0 0.71 0.52 0.30 343.94 0.55 0.45
Hex B2 33 55 0 47 34 1E 158 37 2D
Octal 262 63 125 0 107 64 36 530 67 55
Binary 10110010 110011 1010101 0 1000111 110100 11110 101011000 110111 101101

Color Harmonies of #B23355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23355

Black with #B23355

Text Example


Text Example

White with #B23355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23355; }

 p { color: rgb(178,51,85); }

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

background-color css

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

 a { background-color: rgb(178,51,85); }

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

border-color css

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

 span { border-color: rgb(178,51,85); }

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