Html Css Color HEX #B83446 Old Rose

📋 copy color: '#B83446'

red 184 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #B83446

Tints of Old Rose #B83446

RGB

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

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

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

R = 60.13%
G = 16.99%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83446 (or 0xB83446) is known color: Old Rose. HEX triplet: B8, 34 and 46. RGB value is (184,52,70). Sum of RGB (Red+Green+Blue) = 184+52+70=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83446 is #47CBB9. Grayscale: #5D5D5D. Windows color (decimal): -4705210 or 4601016. OLE color: 4601016.

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

Color convert

RGB 184 52 70 -
CMYK 0 0.72 0.62 0.28
HSL 351.82º 0.56% 0.46% -
HSV(B) 351.82º 0.72% 0.72% -
XYZ 22.1 13.09 7.16 -
YUV 93.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 184 52 70 0 0.72 0.62 0.28 351.82 0.56 0.46
Hex B8 34 46 0 48 3E 1C 160 38 2E
Octal 270 64 106 0 110 76 34 540 70 56
Binary 10111000 110100 1000110 0 1001000 111110 11100 101100000 111000 101110

Color Harmonies of #B83446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83446

Black with #B83446

Text Example


Text Example

White with #B83446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83446; }

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

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

background-color css

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

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

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

border-color css

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

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

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