Html Css Color HEX #B35E2E Fiery Orange

📋 copy color: '#B35E2E'

red 179 ◦ green 94 ◦ blue 46

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

Shades of Fiery Orange #B35E2E

Tints of Fiery Orange #B35E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 56.11%
G = 29.47%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B35E2E (or 0xB35E2E) is known color: Fiery Orange. HEX triplet: B3, 5E and 2E. RGB value is (179,94,46). Sum of RGB (Red+Green+Blue) = 179+94+46=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E2E is #4CA1D1. Grayscale: #727272. Windows color (decimal): -5022162 or 3038899. OLE color: 3038899.

HSL color Cylindrical-coordinate representation of color #B35E2E: hue angle of 21.65º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B35E2E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 46 -
CMYK 0 0.47 0.74 0.30
HSL 21.65º 0.59% 0.44% -
HSV(B) 21.65º 0.74% 0.7% -
XYZ 23.09 17.79 4.8 -
YUV 113.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 179 94 46 0 0.47 0.74 0.30 21.65 0.59 0.44
Hex B3 5E 2E 0 2F 4A 1E 16 3B 2C
Octal 263 136 56 0 57 112 36 26 73 54
Binary 10110011 1011110 101110 0 101111 1001010 11110 10110 111011 101100

Color Harmonies of #B35E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E2E

Black with #B35E2E

Text Example


Text Example

White with #B35E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E2E; }

 p { color: rgb(179,94,46); }

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

background-color css

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

 a { background-color: rgb(179,94,46); }

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

border-color css

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

 span { border-color: rgb(179,94,46); }

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