Html Css Color HEX #B83350 Old Rose

📋 copy color: '#B83350'

red 184 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #B83350

Tints of Old Rose #B83350

RGB

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

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

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

R = 58.41%
G = 16.19%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B83350 (or 0xB83350) is known color: Old Rose. HEX triplet: B8, 33 and 50. RGB value is (184,51,80). Sum of RGB (Red+Green+Blue) = 184+51+80=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B83350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83350 is #47CCAF. Grayscale: #5E5E5E. Windows color (decimal): -4705456 or 5256120. OLE color: 5256120.

HSL color Cylindrical-coordinate representation of color #B83350: hue angle of 346.92º 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 #B83350 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 80 -
CMYK 0 0.72 0.57 0.28
HSL 346.92º 0.57% 0.46% -
HSV(B) 346.92º 0.72% 0.72% -
XYZ 22.4 13.14 8.94 -
YUV 94.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 184 51 80 0 0.72 0.57 0.28 346.92 0.57 0.46
Hex B8 33 50 0 48 39 1C 15B 39 2E
Octal 270 63 120 0 110 71 34 533 71 56
Binary 10111000 110011 1010000 0 1001000 111001 11100 101011011 111001 101110

Color Harmonies of #B83350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83350

Black with #B83350

Text Example


Text Example

White with #B83350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83350; }

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

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

background-color css

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

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

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

border-color css

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

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

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