Html Css Color HEX #B83A53 Old Rose

📋 copy color: '#B83A53'

red 184 ◦ green 58 ◦ blue 83

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

Shades of Old Rose #B83A53

Tints of Old Rose #B83A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 56.62%
G = 17.85%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B83A53 (or 0xB83A53) is known color: Old Rose. HEX triplet: B8, 3A and 53. RGB value is (184,58,83). Sum of RGB (Red+Green+Blue) = 184+58+83=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A53 is #47C5AC. Grayscale: #626262. Windows color (decimal): -4703661 or 5454520. OLE color: 5454520.

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

Color convert

RGB 184 58 83 -
CMYK 0 0.68 0.55 0.28
HSL 348.1º 0.52% 0.47% -
HSV(B) 348.1º 0.68% 0.72% -
XYZ 22.84 13.84 9.65 -
YUV 98.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 184 58 83 0 0.68 0.55 0.28 348.1 0.52 0.47
Hex B8 3A 53 0 44 37 1C 15C 34 2F
Octal 270 72 123 0 104 67 34 534 64 57
Binary 10111000 111010 1010011 0 1000100 110111 11100 101011100 110100 101111

Color Harmonies of #B83A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A53

Black with #B83A53

Text Example


Text Example

White with #B83A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A53; }

 p { color: rgb(184,58,83); }

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

background-color css

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

 a { background-color: rgb(184,58,83); }

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

border-color css

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

 span { border-color: rgb(184,58,83); }

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