Html Css Color HEX #B65229 Red Stage

📋 copy color: '#B65229'

red 182 ◦ green 82 ◦ blue 41

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

Shades of Red Stage #B65229

Tints of Red Stage #B65229

RGB

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

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

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

R = 59.67%
G = 26.89%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B65229 (or 0xB65229) is known color: Red Stage. HEX triplet: B6, 52 and 29. RGB value is (182,82,41). Sum of RGB (Red+Green+Blue) = 182+82+41=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B65229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65229 is #49ADD6. Grayscale: #6B6B6B. Windows color (decimal): -4828631 or 2708150. OLE color: 2708150.

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

Color convert

RGB 182 82 41 -
CMYK 0 0.55 0.77 0.29
HSL 17.45º 0.63% 0.44% -
HSV(B) 17.45º 0.77% 0.71% -
XYZ 22.71 16.14 4.02 -
YUV 107.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 182 82 41 0 0.55 0.77 0.29 17.45 0.63 0.44
Hex B6 52 29 0 37 4D 1D 11 3F 2C
Octal 266 122 51 0 67 115 35 21 77 54
Binary 10110110 1010010 101001 0 110111 1001101 11101 10001 111111 101100

Color Harmonies of #B65229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65229

Black with #B65229

Text Example


Text Example

White with #B65229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65229; }

 p { color: rgb(182,82,41); }

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

background-color css

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

 a { background-color: rgb(182,82,41); }

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

border-color css

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

 span { border-color: rgb(182,82,41); }

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