Html Css Color HEX #B83946 Old Rose

📋 copy color: '#B83946'

red 184 ◦ green 57 ◦ blue 70

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

Shades of Old Rose #B83946

Tints of Old Rose #B83946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 59.16%
G = 18.33%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83946 (or 0xB83946) is known color: Old Rose. HEX triplet: B8, 39 and 46. RGB value is (184,57,70). Sum of RGB (Red+Green+Blue) = 184+57+70=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B83946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83946 is #47C6B9. Grayscale: #606060. Windows color (decimal): -4703930 or 4602296. OLE color: 4602296.

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

Color convert

RGB 184 57 70 -
CMYK 0 0.69 0.62 0.28
HSL 353.86º 0.53% 0.47% -
HSV(B) 353.86º 0.69% 0.72% -
XYZ 22.34 13.56 7.23 -
YUV 96.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 184 57 70 0 0.69 0.62 0.28 353.86 0.53 0.47
Hex B8 39 46 0 45 3E 1C 162 35 2F
Octal 270 71 106 0 105 76 34 542 65 57
Binary 10111000 111001 1000110 0 1000101 111110 11100 101100010 110101 101111

Color Harmonies of #B83946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83946

Black with #B83946

Text Example


Text Example

White with #B83946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83946; }

 p { color: rgb(184,57,70); }

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

background-color css

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

 a { background-color: rgb(184,57,70); }

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

border-color css

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

 span { border-color: rgb(184,57,70); }

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