Html Css Color HEX #B82753 Old Rose

📋 copy color: '#B82753'

red 184 ◦ green 39 ◦ blue 83

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

Shades of Old Rose #B82753

Tints of Old Rose #B82753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 60.13%
G = 12.75%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B82753 (or 0xB82753) is known color: Old Rose. HEX triplet: B8, 27 and 53. RGB value is (184,39,83). Sum of RGB (Red+Green+Blue) = 184+39+83=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82753 is #47D8AC. Grayscale: #575757. Windows color (decimal): -4708525 or 5449656. OLE color: 5449656.

HSL color Cylindrical-coordinate representation of color #B82753: hue angle of 341.79º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82753 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 83 -
CMYK 0 0.79 0.55 0.28
HSL 341.79º 0.65% 0.44% -
HSV(B) 341.79º 0.79% 0.72% -
XYZ 22.05 12.27 9.39 -
YUV 87.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 184 39 83 0 0.79 0.55 0.28 341.79 0.65 0.44
Hex B8 27 53 0 4F 37 1C 156 41 2C
Octal 270 47 123 0 117 67 34 526 101 54
Binary 10111000 100111 1010011 0 1001111 110111 11100 101010110 1000001 101100

Color Harmonies of #B82753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82753

Black with #B82753

Text Example


Text Example

White with #B82753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82753; }

 p { color: rgb(184,39,83); }

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

background-color css

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

 a { background-color: rgb(184,39,83); }

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

border-color css

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

 span { border-color: rgb(184,39,83); }

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