Html Css Color HEX #B82F5E Old Rose

📋 copy color: '#B82F5E'

red 184 ◦ green 47 ◦ blue 94

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

Shades of Old Rose #B82F5E

Tints of Old Rose #B82F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 56.62%
G = 14.46%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B82F5E (or 0xB82F5E) is known color: Old Rose. HEX triplet: B8, 2F and 5E. RGB value is (184,47,94). Sum of RGB (Red+Green+Blue) = 184+47+94=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F5E is #47D0A1. Grayscale: #5D5D5D. Windows color (decimal): -4706466 or 6172600. OLE color: 6172600.

HSL color Cylindrical-coordinate representation of color #B82F5E: hue angle of 339.42º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82F5E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 47 94 -
CMYK 0 0.74 0.49 0.28
HSL 339.42º 0.59% 0.45% -
HSV(B) 339.42º 0.74% 0.72% -
XYZ 22.8 13.03 11.9 -
YUV 93.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 184 47 94 0 0.74 0.49 0.28 339.42 0.59 0.45
Hex B8 2F 5E 0 4A 31 1C 153 3B 2D
Octal 270 57 136 0 112 61 34 523 73 55
Binary 10111000 101111 1011110 0 1001010 110001 11100 101010011 111011 101101

Color Harmonies of #B82F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F5E

Black with #B82F5E

Text Example


Text Example

White with #B82F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F5E; }

 p { color: rgb(184,47,94); }

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

background-color css

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

 a { background-color: rgb(184,47,94); }

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

border-color css

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

 span { border-color: rgb(184,47,94); }

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