Html Css Color HEX #B82654 Old Rose

📋 copy color: '#B82654'

red 184 ◦ green 38 ◦ blue 84

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

Shades of Old Rose #B82654

Tints of Old Rose #B82654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 60.13%
G = 12.42%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B82654 (or 0xB82654) is known color: Old Rose. HEX triplet: B8, 26 and 54. RGB value is (184,38,84). Sum of RGB (Red+Green+Blue) = 184+38+84=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B82654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82654 is #47D9AB. Grayscale: #565656. Windows color (decimal): -4708780 or 5514936. OLE color: 5514936.

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

Color convert

RGB 184 38 84 -
CMYK 0 0.79 0.54 0.28
HSL 341.1º 0.66% 0.44% -
HSV(B) 341.1º 0.79% 0.72% -
XYZ 22.06 12.22 9.58 -
YUV 86.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 184 38 84 0 0.79 0.54 0.28 341.1 0.66 0.44
Hex B8 26 54 0 4F 36 1C 155 42 2C
Octal 270 46 124 0 117 66 34 525 102 54
Binary 10111000 100110 1010100 0 1001111 110110 11100 101010101 1000010 101100

Color Harmonies of #B82654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82654

Black with #B82654

Text Example


Text Example

White with #B82654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82654; }

 p { color: rgb(184,38,84); }

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

background-color css

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

 a { background-color: rgb(184,38,84); }

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

border-color css

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

 span { border-color: rgb(184,38,84); }

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