Html Css Color HEX #B83B4F Old Rose

📋 copy color: '#B83B4F'

red 184 ◦ green 59 ◦ blue 79

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

Shades of Old Rose #B83B4F

Tints of Old Rose #B83B4F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 57.14%
G = 18.32%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B83B4F (or 0xB83B4F) is known color: Old Rose. HEX triplet: B8, 3B and 4F. RGB value is (184,59,79). Sum of RGB (Red+Green+Blue) = 184+59+79=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B4F is #47C4B0. Grayscale: #626262. Windows color (decimal): -4703409 or 5192632. OLE color: 5192632.

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

Color convert

RGB 184 59 79 -
CMYK 0 0.68 0.57 0.28
HSL 350.4º 0.51% 0.48% -
HSV(B) 350.4º 0.68% 0.72% -
XYZ 22.74 13.88 8.88 -
YUV 98.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 184 59 79 0 0.68 0.57 0.28 350.4 0.51 0.48
Hex B8 3B 4F 0 44 39 1C 15E 33 30
Octal 270 73 117 0 104 71 34 536 63 60
Binary 10111000 111011 1001111 0 1000100 111001 11100 101011110 110011 110000

Color Harmonies of #B83B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B4F

Black with #B83B4F

Text Example


Text Example

White with #B83B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B4F; }

 p { color: rgb(184,59,79); }

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

background-color css

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

 a { background-color: rgb(184,59,79); }

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

border-color css

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

 span { border-color: rgb(184,59,79); }

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