Html Css Color HEX #B6502B Red Stage

📋 copy color: '#B6502B'

red 182 ◦ green 80 ◦ blue 43

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

Shades of Red Stage #B6502B

Tints of Red Stage #B6502B

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 59.67%
G = 26.23%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6502B (or 0xB6502B) is known color: Red Stage. HEX triplet: B6, 50 and 2B. RGB value is (182,80,43). Sum of RGB (Red+Green+Blue) = 182+80+43=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B6502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6502B is #49AFD4. Grayscale: #6A6A6A. Windows color (decimal): -4829141 or 2838710. OLE color: 2838710.

HSL color Cylindrical-coordinate representation of color #B6502B: hue angle of 15.97º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6502B is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 43 -
CMYK 0 0.56 0.76 0.29
HSL 15.97º 0.62% 0.44% -
HSV(B) 15.97º 0.76% 0.71% -
XYZ 22.6 15.86 4.16 -
YUV 106.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 182 80 43 0 0.56 0.76 0.29 15.97 0.62 0.44
Hex B6 50 2B 0 38 4C 1D 10 3E 2C
Octal 266 120 53 0 70 114 35 20 76 54
Binary 10110110 1010000 101011 0 111000 1001100 11101 10000 111110 101100

Color Harmonies of #B6502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6502B

Black with #B6502B

Text Example


Text Example

White with #B6502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6502B; }

 p { color: rgb(182,80,43); }

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

background-color css

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

 a { background-color: rgb(182,80,43); }

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

border-color css

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

 span { border-color: rgb(182,80,43); }

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