Html Css Color HEX #B82761 Old Rose

📋 copy color: '#B82761'

red 184 ◦ green 39 ◦ blue 97

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

Shades of Old Rose #B82761

Tints of Old Rose #B82761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 57.5%
G = 12.19%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B82761 (or 0xB82761) is known color: Old Rose. HEX triplet: B8, 27 and 61. RGB value is (184,39,97). Sum of RGB (Red+Green+Blue) = 184+39+97=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82761 is #47D89E. Grayscale: #585858. Windows color (decimal): -4708511 or 6367160. OLE color: 6367160.

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

Color convert

RGB 184 39 97 -
CMYK 0 0.79 0.47 0.28
HSL 336º 0.65% 0.44% -
HSV(B) 336º 0.79% 0.72% -
XYZ 22.65 12.5 12.53 -
YUV 88.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 184 39 97 0 0.79 0.47 0.28 336 0.65 0.44
Hex B8 27 61 0 4F 2F 1C 150 41 2C
Octal 270 47 141 0 117 57 34 520 101 54
Binary 10111000 100111 1100001 0 1001111 101111 11100 101010000 1000001 101100

Color Harmonies of #B82761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82761

Black with #B82761

Text Example


Text Example

White with #B82761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82761; }

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

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

background-color css

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

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

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

border-color css

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

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

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