Html Css Color HEX #B65325 Fiery Orange

📋 copy color: '#B65325'

red 182 ◦ green 83 ◦ blue 37

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

Shades of Fiery Orange #B65325

Tints of Fiery Orange #B65325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 60.26%
G = 27.48%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B65325 (or 0xB65325) is known color: Fiery Orange. HEX triplet: B6, 53 and 25. RGB value is (182,83,37). Sum of RGB (Red+Green+Blue) = 182+83+37=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B65325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65325 is #49ACDA. Grayscale: #6B6B6B. Windows color (decimal): -4828379 or 2446262. OLE color: 2446262.

HSL color Cylindrical-coordinate representation of color #B65325: hue angle of 19.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B65325 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 37 -
CMYK 0 0.54 0.80 0.29
HSL 19.03º 0.66% 0.43% -
HSV(B) 19.03º 0.8% 0.71% -
XYZ 22.72 16.27 3.69 -
YUV 107.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 182 83 37 0 0.54 0.80 0.29 19.03 0.66 0.43
Hex B6 53 25 0 36 50 1D 13 42 2B
Octal 266 123 45 0 66 120 35 23 102 53
Binary 10110110 1010011 100101 0 110110 1010000 11101 10011 1000010 101011

Color Harmonies of #B65325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65325

Black with #B65325

Text Example


Text Example

White with #B65325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65325; }

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

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

background-color css

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

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

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

border-color css

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

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

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