Html Css Color HEX #B82742 Old Rose

📋 copy color: '#B82742'

red 184 ◦ green 39 ◦ blue 66

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

Shades of Old Rose #B82742

Tints of Old Rose #B82742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 63.67%
G = 13.49%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B82742 (or 0xB82742) is known color: Old Rose. HEX triplet: B8, 27 and 42. RGB value is (184,39,66). Sum of RGB (Red+Green+Blue) = 184+39+66=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82742 is #47D8BD. Grayscale: #555555. Windows color (decimal): -4708542 or 4335544. OLE color: 4335544.

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

Color convert

RGB 184 39 66 -
CMYK 0 0.79 0.64 0.28
HSL 348.83º 0.65% 0.44% -
HSV(B) 348.83º 0.79% 0.72% -
XYZ 21.48 12.03 6.35 -
YUV 85.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 184 39 66 0 0.79 0.64 0.28 348.83 0.65 0.44
Hex B8 27 42 0 4F 40 1C 15D 41 2C
Octal 270 47 102 0 117 100 34 535 101 54
Binary 10111000 100111 1000010 0 1001111 1000000 11100 101011101 1000001 101100

Color Harmonies of #B82742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82742

Black with #B82742

Text Example


Text Example

White with #B82742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82742; }

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

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

background-color css

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

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

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

border-color css

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

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

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