Html Css Color HEX #B35F2D Fiery Orange

📋 copy color: '#B35F2D'

red 179 ◦ green 95 ◦ blue 45

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

Shades of Fiery Orange #B35F2D

Tints of Fiery Orange #B35F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 56.11%
G = 29.78%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B35F2D (or 0xB35F2D) is known color: Fiery Orange. HEX triplet: B3, 5F and 2D. RGB value is (179,95,45). Sum of RGB (Red+Green+Blue) = 179+95+45=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35F2D is #4CA0D2. Grayscale: #727272. Windows color (decimal): -5021907 or 2973619. OLE color: 2973619.

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

Color convert

RGB 179 95 45 -
CMYK 0 0.47 0.75 0.30
HSL 22.39º 0.6% 0.44% -
HSV(B) 22.39º 0.75% 0.7% -
XYZ 23.16 17.96 4.73 -
YUV 114.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 179 95 45 0 0.47 0.75 0.30 22.39 0.6 0.44
Hex B3 5F 2D 0 2F 4B 1E 16 3C 2C
Octal 263 137 55 0 57 113 36 26 74 54
Binary 10110011 1011111 101101 0 101111 1001011 11110 10110 111100 101100

Color Harmonies of #B35F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35F2D

Black with #B35F2D

Text Example


Text Example

White with #B35F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35F2D; }

 p { color: rgb(179,95,45); }

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

background-color css

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

 a { background-color: rgb(179,95,45); }

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

border-color css

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

 span { border-color: rgb(179,95,45); }

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