Html Css Color HEX #B35A1F Fiery Orange

📋 copy color: '#B35A1F'

red 179 ◦ green 90 ◦ blue 31

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

Shades of Fiery Orange #B35A1F

Tints of Fiery Orange #B35A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 59.67%
G = 30%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B35A1F (or 0xB35A1F) is known color: Fiery Orange. HEX triplet: B3, 5A and 1F. RGB value is (179,90,31). Sum of RGB (Red+Green+Blue) = 179+90+31=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A1F is #4CA5E0. Grayscale: #6E6E6E. Windows color (decimal): -5023201 or 2054835. OLE color: 2054835.

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

Color convert

RGB 179 90 31 -
CMYK 0 0.50 0.83 0.30
HSL 23.92º 0.7% 0.41% -
HSV(B) 23.92º 0.83% 0.7% -
XYZ 22.49 16.99 3.39 -
YUV 109.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 179 90 31 0 0.50 0.83 0.30 23.92 0.7 0.41
Hex B3 5A 1F 0 32 53 1E 18 46 29
Octal 263 132 37 0 62 123 36 30 106 51
Binary 10110011 1011010 11111 0 110010 1010011 11110 11000 1000110 101001

Color Harmonies of #B35A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A1F

Black with #B35A1F

Text Example


Text Example

White with #B35A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A1F; }

 p { color: rgb(179,90,31); }

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

background-color css

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

 a { background-color: rgb(179,90,31); }

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

border-color css

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

 span { border-color: rgb(179,90,31); }

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