Html Css Color HEX #B65329 Fiery Orange

📋 copy color: '#B65329'

red 182 ◦ green 83 ◦ blue 41

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

Shades of Fiery Orange #B65329

Tints of Fiery Orange #B65329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 59.48%
G = 27.12%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B65329 (or 0xB65329) is known color: Fiery Orange. HEX triplet: B6, 53 and 29. RGB value is (182,83,41). Sum of RGB (Red+Green+Blue) = 182+83+41=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B65329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65329 is #49ACD6. Grayscale: #6C6C6C. Windows color (decimal): -4828375 or 2708406. OLE color: 2708406.

HSL color Cylindrical-coordinate representation of color #B65329: hue angle of 17.87º 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 #B65329 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 41 -
CMYK 0 0.54 0.77 0.29
HSL 17.87º 0.63% 0.44% -
HSV(B) 17.87º 0.77% 0.71% -
XYZ 22.78 16.29 4.04 -
YUV 107.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 182 83 41 0 0.54 0.77 0.29 17.87 0.63 0.44
Hex B6 53 29 0 36 4D 1D 12 3F 2C
Octal 266 123 51 0 66 115 35 22 77 54
Binary 10110110 1010011 101001 0 110110 1001101 11101 10010 111111 101100

Color Harmonies of #B65329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65329

Black with #B65329

Text Example


Text Example

White with #B65329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65329; }

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

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

background-color css

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

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

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

border-color css

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

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

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