Html Css Color HEX #B35A1B Fiery Orange

📋 copy color: '#B35A1B'

red 179 ◦ green 90 ◦ blue 27

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

Shades of Fiery Orange #B35A1B

Tints of Fiery Orange #B35A1B

RGB

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

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

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

R = 60.47%
G = 30.41%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B35A1B (or 0xB35A1B) is known color: Fiery Orange. HEX triplet: B3, 5A and 1B. RGB value is (179,90,27). Sum of RGB (Red+Green+Blue) = 179+90+27=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A1B is #4CA5E4. Grayscale: #6D6D6D. Windows color (decimal): -5023205 or 1792691. OLE color: 1792691.

HSL color Cylindrical-coordinate representation of color #B35A1B: hue angle of 24.87º 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 #B35A1B is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 27 -
CMYK 0 0.50 0.85 0.30
HSL 24.87º 0.74% 0.4% -
HSV(B) 24.87º 0.85% 0.7% -
XYZ 22.44 16.98 3.13 -
YUV 109.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 179 90 27 0 0.50 0.85 0.30 24.87 0.74 0.4
Hex B3 5A 1B 0 32 55 1E 19 4A 28
Octal 263 132 33 0 62 125 36 31 112 50
Binary 10110011 1011010 11011 0 110010 1010101 11110 11001 1001010 101000

Color Harmonies of #B35A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A1B

Black with #B35A1B

Text Example


Text Example

White with #B35A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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