Html Css Color HEX #B83356 Old Rose

📋 copy color: '#B83356'

red 184 ◦ green 51 ◦ blue 86

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

Shades of Old Rose #B83356

Tints of Old Rose #B83356

RGB

 RED value IS 184 (72.27% from 255) = 57.32%

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

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

R = 57.32%
G = 15.89%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B83356 (or 0xB83356) is known color: Old Rose. HEX triplet: B8, 33 and 56. RGB value is (184,51,86). Sum of RGB (Red+Green+Blue) = 184+51+86=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83356 is #47CCA9. Grayscale: #5E5E5E. Windows color (decimal): -4705450 or 5649336. OLE color: 5649336.

HSL color Cylindrical-coordinate representation of color #B83356: hue angle of 344.21º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83356 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 86 -
CMYK 0 0.72 0.53 0.28
HSL 344.21º 0.57% 0.46% -
HSV(B) 344.21º 0.72% 0.72% -
XYZ 22.63 13.23 10.16 -
YUV 94.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 184 51 86 0 0.72 0.53 0.28 344.21 0.57 0.46
Hex B8 33 56 0 48 35 1C 158 39 2E
Octal 270 63 126 0 110 65 34 530 71 56
Binary 10111000 110011 1010110 0 1001000 110101 11100 101011000 111001 101110

Color Harmonies of #B83356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83356

Black with #B83356

Text Example


Text Example

White with #B83356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83356; }

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

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

background-color css

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

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

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

border-color css

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

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

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