Html Css Color HEX #B83244 Old Rose

📋 copy color: '#B83244'

red 184 ◦ green 50 ◦ blue 68

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

Shades of Old Rose #B83244

Tints of Old Rose #B83244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 60.93%
G = 16.56%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B83244 (or 0xB83244) is known color: Old Rose. HEX triplet: B8, 32 and 44. RGB value is (184,50,68). Sum of RGB (Red+Green+Blue) = 184+50+68=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83244 is #47CDBB. Grayscale: #5C5C5C. Windows color (decimal): -4705724 or 4469432. OLE color: 4469432.

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

Color convert

RGB 184 50 68 -
CMYK 0 0.73 0.63 0.28
HSL 351.94º 0.57% 0.46% -
HSV(B) 351.94º 0.73% 0.72% -
XYZ 21.95 12.89 6.8 -
YUV 92.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 184 50 68 0 0.73 0.63 0.28 351.94 0.57 0.46
Hex B8 32 44 0 49 3F 1C 160 39 2E
Octal 270 62 104 0 111 77 34 540 71 56
Binary 10111000 110010 1000100 0 1001001 111111 11100 101100000 111001 101110

Color Harmonies of #B83244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83244

Black with #B83244

Text Example


Text Example

White with #B83244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83244; }

 p { color: rgb(184,50,68); }

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

background-color css

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

 a { background-color: rgb(184,50,68); }

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

border-color css

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

 span { border-color: rgb(184,50,68); }

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