Html Css Color HEX #B83454 Old Rose

📋 copy color: '#B83454'

red 184 ◦ green 52 ◦ blue 84

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

Shades of Old Rose #B83454

Tints of Old Rose #B83454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 57.5%
G = 16.25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B83454 (or 0xB83454) is known color: Old Rose. HEX triplet: B8, 34 and 54. RGB value is (184,52,84). Sum of RGB (Red+Green+Blue) = 184+52+84=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B83454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83454 is #47CBAB. Grayscale: #5F5F5F. Windows color (decimal): -4705196 or 5518520. OLE color: 5518520.

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

Color convert

RGB 184 52 84 -
CMYK 0 0.72 0.54 0.28
HSL 345.45º 0.56% 0.46% -
HSV(B) 345.45º 0.72% 0.72% -
XYZ 22.6 13.29 9.76 -
YUV 95.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 184 52 84 0 0.72 0.54 0.28 345.45 0.56 0.46
Hex B8 34 54 0 48 36 1C 159 38 2E
Octal 270 64 124 0 110 66 34 531 70 56
Binary 10111000 110100 1010100 0 1001000 110110 11100 101011001 111000 101110

Color Harmonies of #B83454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83454

Black with #B83454

Text Example


Text Example

White with #B83454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83454; }

 p { color: rgb(184,52,84); }

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

background-color css

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

 a { background-color: rgb(184,52,84); }

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

border-color css

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

 span { border-color: rgb(184,52,84); }

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