Html Css Color HEX #B35D1B Fiery Orange

📋 copy color: '#B35D1B'

red 179 ◦ green 93 ◦ blue 27

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

Shades of Fiery Orange #B35D1B

Tints of Fiery Orange #B35D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 59.87%
G = 31.1%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B35D1B (or 0xB35D1B) is known color: Fiery Orange. HEX triplet: B3, 5D and 1B. RGB value is (179,93,27). Sum of RGB (Red+Green+Blue) = 179+93+27=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D1B is #4CA2E4. Grayscale: #6F6F6F. Windows color (decimal): -5022437 or 1793459. OLE color: 1793459.

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

Color convert

RGB 179 93 27 -
CMYK 0 0.48 0.85 0.30
HSL 26.05º 0.74% 0.4% -
HSV(B) 26.05º 0.85% 0.7% -
XYZ 22.7 17.49 3.22 -
YUV 111.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 179 93 27 0 0.48 0.85 0.30 26.05 0.74 0.4
Hex B3 5D 1B 0 30 55 1E 1A 4A 28
Octal 263 135 33 0 60 125 36 32 112 50
Binary 10110011 1011101 11011 0 110000 1010101 11110 11010 1001010 101000

Color Harmonies of #B35D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D1B

Black with #B35D1B

Text Example


Text Example

White with #B35D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D1B; }

 p { color: rgb(179,93,27); }

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

background-color css

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

 a { background-color: rgb(179,93,27); }

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

border-color css

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

 span { border-color: rgb(179,93,27); }

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