Html Css Color HEX #B65828 Fiery Orange

📋 copy color: '#B65828'

red 182 ◦ green 88 ◦ blue 40

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

Shades of Fiery Orange #B65828

Tints of Fiery Orange #B65828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 58.71%
G = 28.39%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B65828 (or 0xB65828) is known color: Fiery Orange. HEX triplet: B6, 58 and 28. RGB value is (182,88,40). Sum of RGB (Red+Green+Blue) = 182+88+40=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B65828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65828 is #49A7D7. Grayscale: #6E6E6E. Windows color (decimal): -4827096 or 2644150. OLE color: 2644150.

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

Color convert

RGB 182 88 40 -
CMYK 0 0.52 0.78 0.29
HSL 20.28º 0.64% 0.44% -
HSV(B) 20.28º 0.78% 0.71% -
XYZ 23.16 17.08 4.08 -
YUV 110.63 88.14 178.9 -
System Red Green Blue C M Y K H S L
Decimal 182 88 40 0 0.52 0.78 0.29 20.28 0.64 0.44
Hex B6 58 28 0 34 4E 1D 14 40 2C
Octal 266 130 50 0 64 116 35 24 100 54
Binary 10110110 1011000 101000 0 110100 1001110 11101 10100 1000000 101100

Color Harmonies of #B65828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65828

Black with #B65828

Text Example


Text Example

White with #B65828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65828; }

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

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

background-color css

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

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

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

border-color css

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

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

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