Html Css Color HEX #B81D4D Old Rose

📋 copy color: '#B81D4D'

red 184 ◦ green 29 ◦ blue 77

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

Shades of Old Rose #B81D4D

Tints of Old Rose #B81D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 63.45%
G = 10%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B81D4D (or 0xB81D4D) is known color: Old Rose. HEX triplet: B8, 1D and 4D. RGB value is (184,29,77). Sum of RGB (Red+Green+Blue) = 184+29+77=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D4D is #47E2B2. Grayscale: #505050. Windows color (decimal): -4711091 or 5053880. OLE color: 5053880.

HSL color Cylindrical-coordinate representation of color #B81D4D: hue angle of 341.42º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D4D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 77 -
CMYK 0 0.84 0.58 0.28
HSL 341.42º 0.73% 0.42% -
HSV(B) 341.42º 0.84% 0.72% -
XYZ 21.55 11.6 8.13 -
YUV 80.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 184 29 77 0 0.84 0.58 0.28 341.42 0.73 0.42
Hex B8 1D 4D 0 54 3A 1C 155 49 2A
Octal 270 35 115 0 124 72 34 525 111 52
Binary 10111000 11101 1001101 0 1010100 111010 11100 101010101 1001001 101010

Color Harmonies of #B81D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D4D

Black with #B81D4D

Text Example


Text Example

White with #B81D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D4D; }

 p { color: rgb(184,29,77); }

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

background-color css

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

 a { background-color: rgb(184,29,77); }

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

border-color css

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

 span { border-color: rgb(184,29,77); }

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