Html Css Color HEX #B43356 Old Rose

📋 copy color: '#B43356'

red 180 ◦ green 51 ◦ blue 86

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

Shades of Old Rose #B43356

Tints of Old Rose #B43356

RGB

 RED value IS 180 (70.7% from 255) = 56.78%

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

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 56.78%
G = 16.09%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B43356 (or 0xB43356) is known color: Old Rose. HEX triplet: B4, 33 and 56. RGB value is (180,51,86). Sum of RGB (Red+Green+Blue) = 180+51+86=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43356 is #4BCCA9. Grayscale: #5D5D5D. Windows color (decimal): -4967594 or 5649332. OLE color: 5649332.

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

Color convert

RGB 180 51 86 -
CMYK 0 0.72 0.52 0.29
HSL 343.72º 0.56% 0.45% -
HSV(B) 343.72º 0.72% 0.71% -
XYZ 21.69 12.74 10.12 -
YUV 93.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 180 51 86 0 0.72 0.52 0.29 343.72 0.56 0.45
Hex B4 33 56 0 48 34 1D 158 38 2D
Octal 264 63 126 0 110 64 35 530 70 55
Binary 10110100 110011 1010110 0 1001000 110100 11101 101011000 111000 101101

Color Harmonies of #B43356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43356

Black with #B43356

Text Example


Text Example

White with #B43356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43356; }

 p { color: rgb(180,51,86); }

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

background-color css

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

 a { background-color: rgb(180,51,86); }

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

border-color css

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

 span { border-color: rgb(180,51,86); }

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