Html Css Color HEX #B35922 Fiery Orange

📋 copy color: '#B35922'

red 179 ◦ green 89 ◦ blue 34

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

Shades of Fiery Orange #B35922

Tints of Fiery Orange #B35922

RGB

 RED value IS 179 (70.31% from 255) = 59.27%

 GREEN value IS 89 (35.16% from 255) = 29.47%

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 59.27%
G = 29.47%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B35922 (or 0xB35922) is known color: Fiery Orange. HEX triplet: B3, 59 and 22. RGB value is (179,89,34). Sum of RGB (Red+Green+Blue) = 179+89+34=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B35922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35922 is #4CA6DD. Grayscale: #6D6D6D. Windows color (decimal): -5023454 or 2251187. OLE color: 2251187.

HSL color Cylindrical-coordinate representation of color #B35922: hue angle of 22.76º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B35922 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 34 -
CMYK 0 0.50 0.81 0.30
HSL 22.76º 0.68% 0.42% -
HSV(B) 22.76º 0.81% 0.7% -
XYZ 22.45 16.84 3.58 -
YUV 109.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 179 89 34 0 0.50 0.81 0.30 22.76 0.68 0.42
Hex B3 59 22 0 32 51 1E 17 44 2A
Octal 263 131 42 0 62 121 36 27 104 52
Binary 10110011 1011001 100010 0 110010 1010001 11110 10111 1000100 101010

Color Harmonies of #B35922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35922

Black with #B35922

Text Example


Text Example

White with #B35922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35922; }

 p { color: rgb(179,89,34); }

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

background-color css

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

 a { background-color: rgb(179,89,34); }

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

border-color css

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

 span { border-color: rgb(179,89,34); }

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