Html Css Color HEX #B82953 Old Rose

📋 copy color: '#B82953'

red 184 ◦ green 41 ◦ blue 83

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

Shades of Old Rose #B82953

Tints of Old Rose #B82953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 59.74%
G = 13.31%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B82953 (or 0xB82953) is known color: Old Rose. HEX triplet: B8, 29 and 53. RGB value is (184,41,83). Sum of RGB (Red+Green+Blue) = 184+41+83=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B82953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82953 is #47D6AC. Grayscale: #585858. Windows color (decimal): -4708013 or 5450168. OLE color: 5450168.

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

Color convert

RGB 184 41 83 -
CMYK 0 0.78 0.55 0.28
HSL 342.38º 0.64% 0.44% -
HSV(B) 342.38º 0.78% 0.72% -
XYZ 22.12 12.4 9.41 -
YUV 88.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 184 41 83 0 0.78 0.55 0.28 342.38 0.64 0.44
Hex B8 29 53 0 4E 37 1C 156 40 2C
Octal 270 51 123 0 116 67 34 526 100 54
Binary 10111000 101001 1010011 0 1001110 110111 11100 101010110 1000000 101100

Color Harmonies of #B82953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82953

Black with #B82953

Text Example


Text Example

White with #B82953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82953; }

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

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

background-color css

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

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

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

border-color css

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

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

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