Html Css Color HEX #B83752 Old Rose

📋 copy color: '#B83752'

red 184 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #B83752

Tints of Old Rose #B83752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 57.32%
G = 17.13%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B83752 (or 0xB83752) is known color: Old Rose. HEX triplet: B8, 37 and 52. RGB value is (184,55,82). Sum of RGB (Red+Green+Blue) = 184+55+82=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83752 is #47C8AD. Grayscale: #606060. Windows color (decimal): -4704430 or 5388216. OLE color: 5388216.

HSL color Cylindrical-coordinate representation of color #B83752: hue angle of 347.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83752 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 82 -
CMYK 0 0.70 0.55 0.28
HSL 347.44º 0.54% 0.47% -
HSV(B) 347.44º 0.7% 0.72% -
XYZ 22.66 13.53 9.4 -
YUV 96.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 184 55 82 0 0.70 0.55 0.28 347.44 0.54 0.47
Hex B8 37 52 0 46 37 1C 15B 36 2F
Octal 270 67 122 0 106 67 34 533 66 57
Binary 10111000 110111 1010010 0 1000110 110111 11100 101011011 110110 101111

Color Harmonies of #B83752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83752

Black with #B83752

Text Example


Text Example

White with #B83752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83752; }

 p { color: rgb(184,55,82); }

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

background-color css

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

 a { background-color: rgb(184,55,82); }

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

border-color css

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

 span { border-color: rgb(184,55,82); }

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