Html Css Color HEX #B85129 Red Stage

📋 copy color: '#B85129'

red 184 ◦ green 81 ◦ blue 41

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

Shades of Red Stage #B85129

Tints of Red Stage #B85129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 60.13%
G = 26.47%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B85129 (or 0xB85129) is known color: Red Stage. HEX triplet: B8, 51 and 29. RGB value is (184,81,41). Sum of RGB (Red+Green+Blue) = 184+81+41=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B85129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85129 is #47AED6. Grayscale: #6B6B6B. Windows color (decimal): -4697815 or 2707896. OLE color: 2707896.

HSL color Cylindrical-coordinate representation of color #B85129: hue angle of 16.78º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85129 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 41 -
CMYK 0 0.56 0.78 0.28
HSL 16.78º 0.64% 0.44% -
HSV(B) 16.78º 0.78% 0.72% -
XYZ 23.11 16.24 4.01 -
YUV 107.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 184 81 41 0 0.56 0.78 0.28 16.78 0.64 0.44
Hex B8 51 29 0 38 4E 1C 11 40 2C
Octal 270 121 51 0 70 116 34 21 100 54
Binary 10111000 1010001 101001 0 111000 1001110 11100 10001 1000000 101100

Color Harmonies of #B85129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85129

Black with #B85129

Text Example


Text Example

White with #B85129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85129; }

 p { color: rgb(184,81,41); }

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

background-color css

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

 a { background-color: rgb(184,81,41); }

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

border-color css

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

 span { border-color: rgb(184,81,41); }

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