Html Css Color HEX #B65628 Fiery Orange

📋 copy color: '#B65628'

red 182 ◦ green 86 ◦ blue 40

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

Shades of Fiery Orange #B65628

Tints of Fiery Orange #B65628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 59.09%
G = 27.92%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B65628 (or 0xB65628) is known color: Fiery Orange. HEX triplet: B6, 56 and 28. RGB value is (182,86,40). Sum of RGB (Red+Green+Blue) = 182+86+40=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B65628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65628 is #49A9D7. Grayscale: #6D6D6D. Windows color (decimal): -4827608 or 2643638. OLE color: 2643638.

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

Color convert

RGB 182 86 40 -
CMYK 0 0.53 0.78 0.29
HSL 19.44º 0.64% 0.44% -
HSV(B) 19.44º 0.78% 0.71% -
XYZ 23 16.75 4.03 -
YUV 109.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 182 86 40 0 0.53 0.78 0.29 19.44 0.64 0.44
Hex B6 56 28 0 35 4E 1D 13 40 2C
Octal 266 126 50 0 65 116 35 23 100 54
Binary 10110110 1010110 101000 0 110101 1001110 11101 10011 1000000 101100

Color Harmonies of #B65628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65628

Black with #B65628

Text Example


Text Example

White with #B65628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65628; }

 p { color: rgb(182,86,40); }

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

background-color css

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

 a { background-color: rgb(182,86,40); }

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

border-color css

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

 span { border-color: rgb(182,86,40); }

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