Html Css Color HEX #B82750 Old Rose

📋 copy color: '#B82750'

red 184 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #B82750

Tints of Old Rose #B82750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 60.73%
G = 12.87%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B82750 (or 0xB82750) is known color: Old Rose. HEX triplet: B8, 27 and 50. RGB value is (184,39,80). Sum of RGB (Red+Green+Blue) = 184+39+80=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B82750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82750 is #47D8AF. Grayscale: #575757. Windows color (decimal): -4708528 or 5253048. OLE color: 5253048.

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

Color convert

RGB 184 39 80 -
CMYK 0 0.79 0.57 0.28
HSL 343.03º 0.65% 0.44% -
HSV(B) 343.03º 0.79% 0.72% -
XYZ 21.94 12.22 8.79 -
YUV 87.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 184 39 80 0 0.79 0.57 0.28 343.03 0.65 0.44
Hex B8 27 50 0 4F 39 1C 157 41 2C
Octal 270 47 120 0 117 71 34 527 101 54
Binary 10111000 100111 1010000 0 1001111 111001 11100 101010111 1000001 101100

Color Harmonies of #B82750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82750

Black with #B82750

Text Example


Text Example

White with #B82750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82750; }

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

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

background-color css

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

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

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

border-color css

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

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

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