Html Css Color HEX #B35E2A Fiery Orange

📋 copy color: '#B35E2A'

red 179 ◦ green 94 ◦ blue 42

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

Shades of Fiery Orange #B35E2A

Tints of Fiery Orange #B35E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 56.83%
G = 29.84%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B35E2A (or 0xB35E2A) is known color: Fiery Orange. HEX triplet: B3, 5E and 2A. RGB value is (179,94,42). Sum of RGB (Red+Green+Blue) = 179+94+42=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E2A is #4CA1D5. Grayscale: #717171. Windows color (decimal): -5022166 or 2776755. OLE color: 2776755.

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

Color convert

RGB 179 94 42 -
CMYK 0 0.47 0.77 0.30
HSL 22.77º 0.62% 0.43% -
HSV(B) 22.77º 0.77% 0.7% -
XYZ 23.01 17.76 4.4 -
YUV 113.49 87.66 174.73 -
System Red Green Blue C M Y K H S L
Decimal 179 94 42 0 0.47 0.77 0.30 22.77 0.62 0.43
Hex B3 5E 2A 0 2F 4D 1E 17 3E 2B
Octal 263 136 52 0 57 115 36 27 76 53
Binary 10110011 1011110 101010 0 101111 1001101 11110 10111 111110 101011

Color Harmonies of #B35E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E2A

Black with #B35E2A

Text Example


Text Example

White with #B35E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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