Html Css Color HEX #B82C48 Old Rose

📋 copy color: '#B82C48'

red 184 ◦ green 44 ◦ blue 72

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

Shades of Old Rose #B82C48

Tints of Old Rose #B82C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 61.33%
G = 14.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B82C48 (or 0xB82C48) is known color: Old Rose. HEX triplet: B8, 2C and 48. RGB value is (184,44,72). Sum of RGB (Red+Green+Blue) = 184+44+72=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C48 is #47D3B7. Grayscale: #595959. Windows color (decimal): -4707256 or 4730040. OLE color: 4730040.

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

Color convert

RGB 184 44 72 -
CMYK 0 0.76 0.61 0.28
HSL 348º 0.61% 0.45% -
HSV(B) 348º 0.76% 0.72% -
XYZ 21.84 12.46 7.38 -
YUV 89.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 184 44 72 0 0.76 0.61 0.28 348 0.61 0.45
Hex B8 2C 48 0 4C 3D 1C 15C 3D 2D
Octal 270 54 110 0 114 75 34 534 75 55
Binary 10111000 101100 1001000 0 1001100 111101 11100 101011100 111101 101101

Color Harmonies of #B82C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C48

Black with #B82C48

Text Example


Text Example

White with #B82C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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