Html Css Color HEX #B85230 Red Stage

📋 copy color: '#B85230'

red 184 ◦ green 82 ◦ blue 48

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

Shades of Red Stage #B85230

Tints of Red Stage #B85230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 58.6%
G = 26.11%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B85230 (or 0xB85230) is known color: Red Stage. HEX triplet: B8, 52 and 30. RGB value is (184,82,48). Sum of RGB (Red+Green+Blue) = 184+82+48=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B85230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85230 is #47ADCF. Grayscale: #6C6C6C. Windows color (decimal): -4697552 or 3166904. OLE color: 3166904.

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

Color convert

RGB 184 82 48 -
CMYK 0 0.55 0.74 0.28
HSL 15º 0.59% 0.45% -
HSV(B) 15º 0.74% 0.72% -
XYZ 23.32 16.44 4.74 -
YUV 108.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 184 82 48 0 0.55 0.74 0.28 15 0.59 0.45
Hex B8 52 30 0 37 4A 1C F 3B 2D
Octal 270 122 60 0 67 112 34 17 73 55
Binary 10111000 1010010 110000 0 110111 1001010 11100 1111 111011 101101

Color Harmonies of #B85230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85230

Black with #B85230

Text Example


Text Example

White with #B85230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85230; }

 p { color: rgb(184,82,48); }

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

background-color css

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

 a { background-color: rgb(184,82,48); }

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

border-color css

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

 span { border-color: rgb(184,82,48); }

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