Html Css Color HEX #B82C5D Old Rose

📋 copy color: '#B82C5D'

red 184 ◦ green 44 ◦ blue 93

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

Shades of Old Rose #B82C5D

Tints of Old Rose #B82C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 57.32%
G = 13.71%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B82C5D (or 0xB82C5D) is known color: Old Rose. HEX triplet: B8, 2C and 5D. RGB value is (184,44,93). Sum of RGB (Red+Green+Blue) = 184+44+93=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C5D is #47D3A2. Grayscale: #5B5B5B. Windows color (decimal): -4707235 or 6106296. OLE color: 6106296.

HSL color Cylindrical-coordinate representation of color #B82C5D: hue angle of 339º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82C5D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 44 93 -
CMYK 0 0.76 0.49 0.28
HSL 339º 0.61% 0.45% -
HSV(B) 339º 0.76% 0.72% -
XYZ 22.64 12.78 11.63 -
YUV 91.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 184 44 93 0 0.76 0.49 0.28 339 0.61 0.45
Hex B8 2C 5D 0 4C 31 1C 153 3D 2D
Octal 270 54 135 0 114 61 34 523 75 55
Binary 10111000 101100 1011101 0 1001100 110001 11100 101010011 111101 101101

Color Harmonies of #B82C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C5D

Black with #B82C5D

Text Example


Text Example

White with #B82C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C5D; }

 p { color: rgb(184,44,93); }

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

background-color css

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

 a { background-color: rgb(184,44,93); }

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

border-color css

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

 span { border-color: rgb(184,44,93); }

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