Html Css Color HEX #B82741 Old Rose

📋 copy color: '#B82741'

red 184 ◦ green 39 ◦ blue 65

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

Shades of Old Rose #B82741

Tints of Old Rose #B82741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 63.89%
G = 13.54%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82741 (or 0xB82741) is known color: Old Rose. HEX triplet: B8, 27 and 41. RGB value is (184,39,65). Sum of RGB (Red+Green+Blue) = 184+39+65=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B82741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82741 is #47D8BE. Grayscale: #555555. Windows color (decimal): -4708543 or 4270008. OLE color: 4270008.

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

Color convert

RGB 184 39 65 -
CMYK 0 0.79 0.65 0.28
HSL 349.24º 0.65% 0.44% -
HSV(B) 349.24º 0.79% 0.72% -
XYZ 21.45 12.02 6.19 -
YUV 85.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 184 39 65 0 0.79 0.65 0.28 349.24 0.65 0.44
Hex B8 27 41 0 4F 41 1C 15D 41 2C
Octal 270 47 101 0 117 101 34 535 101 54
Binary 10111000 100111 1000001 0 1001111 1000001 11100 101011101 1000001 101100

Color Harmonies of #B82741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82741

Black with #B82741

Text Example


Text Example

White with #B82741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82741; }

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

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

background-color css

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

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

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

border-color css

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

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

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