Html Css Color HEX #B82443 Old Rose

📋 copy color: '#B82443'

red 184 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #B82443

Tints of Old Rose #B82443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 64.11%
G = 12.54%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B82443 (or 0xB82443) is known color: Old Rose. HEX triplet: B8, 24 and 43. RGB value is (184,36,67). Sum of RGB (Red+Green+Blue) = 184+36+67=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B82443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82443 is #47DBBC. Grayscale: #535353. Windows color (decimal): -4709309 or 4400312. OLE color: 4400312.

HSL color Cylindrical-coordinate representation of color #B82443: hue angle of 347.43º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82443 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 36 67 -
CMYK 0 0.80 0.64 0.28
HSL 347.43º 0.67% 0.43% -
HSV(B) 347.43º 0.8% 0.72% -
XYZ 21.41 11.86 6.47 -
YUV 83.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 184 36 67 0 0.80 0.64 0.28 347.43 0.67 0.43
Hex B8 24 43 0 50 40 1C 15B 43 2B
Octal 270 44 103 0 120 100 34 533 103 53
Binary 10111000 100100 1000011 0 1010000 1000000 11100 101011011 1000011 101011

Color Harmonies of #B82443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82443

Black with #B82443

Text Example


Text Example

White with #B82443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82443; }

 p { color: rgb(184,36,67); }

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

background-color css

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

 a { background-color: rgb(184,36,67); }

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

border-color css

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

 span { border-color: rgb(184,36,67); }

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