Html Css Color HEX #B83650 Old Rose

📋 copy color: '#B83650'

red 184 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #B83650

Tints of Old Rose #B83650

RGB

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

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

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

R = 57.86%
G = 16.98%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B83650 (or 0xB83650) is known color: Old Rose. HEX triplet: B8, 36 and 50. RGB value is (184,54,80). Sum of RGB (Red+Green+Blue) = 184+54+80=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B83650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83650 is #47C9AF. Grayscale: #5F5F5F. Windows color (decimal): -4704688 or 5256888. OLE color: 5256888.

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

Color convert

RGB 184 54 80 -
CMYK 0 0.71 0.57 0.28
HSL 348º 0.55% 0.47% -
HSV(B) 348º 0.71% 0.72% -
XYZ 22.53 13.41 8.99 -
YUV 95.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 184 54 80 0 0.71 0.57 0.28 348 0.55 0.47
Hex B8 36 50 0 47 39 1C 15C 37 2F
Octal 270 66 120 0 107 71 34 534 67 57
Binary 10111000 110110 1010000 0 1000111 111001 11100 101011100 110111 101111

Color Harmonies of #B83650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83650

Black with #B83650

Text Example


Text Example

White with #B83650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83650; }

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

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

background-color css

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

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

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

border-color css

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

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

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