Html Css Color HEX #B83457 Old Rose

📋 copy color: '#B83457'

red 184 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #B83457

Tints of Old Rose #B83457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.93%

R = 56.97%
G = 16.1%
B = 26.93%

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

#B83457 (or 0xB83457) is known color: Old Rose. HEX triplet: B8, 34 and 57. RGB value is (184,52,87). Sum of RGB (Red+Green+Blue) = 184+52+87=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B83457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83457 is #47CBA8. Grayscale: #5F5F5F. Windows color (decimal): -4705193 or 5715128. OLE color: 5715128.

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

Color convert

RGB 184 52 87 -
CMYK 0 0.72 0.53 0.28
HSL 344.09º 0.56% 0.46% -
HSV(B) 344.09º 0.72% 0.72% -
XYZ 22.72 13.33 10.39 -
YUV 95.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 184 52 87 0 0.72 0.53 0.28 344.09 0.56 0.46
Hex B8 34 57 0 48 35 1C 158 38 2E
Octal 270 64 127 0 110 65 34 530 70 56
Binary 10111000 110100 1010111 0 1001000 110101 11100 101011000 111000 101110

Color Harmonies of #B83457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83457

Black with #B83457

Text Example


Text Example

White with #B83457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83457; }

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

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

background-color css

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

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

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

border-color css

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

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

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