Html Css Color HEX #B35534 Fiery Orange

📋 copy color: '#B35534'

red 179 ◦ green 85 ◦ blue 52

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

Shades of Fiery Orange #B35534

Tints of Fiery Orange #B35534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 56.65%
G = 26.9%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B35534 (or 0xB35534) is known color: Fiery Orange. HEX triplet: B3, 55 and 34. RGB value is (179,85,52). Sum of RGB (Red+Green+Blue) = 179+85+52=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B35534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35534 is #4CAACB. Grayscale: #6D6D6D. Windows color (decimal): -5024460 or 3429811. OLE color: 3429811.

HSL color Cylindrical-coordinate representation of color #B35534: hue angle of 15.59º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B35534 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 52 -
CMYK 0 0.53 0.71 0.30
HSL 15.59º 0.55% 0.45% -
HSV(B) 15.59º 0.71% 0.7% -
XYZ 22.46 16.33 5.22 -
YUV 109.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 179 85 52 0 0.53 0.71 0.30 15.59 0.55 0.45
Hex B3 55 34 0 35 47 1E 10 37 2D
Octal 263 125 64 0 65 107 36 20 67 55
Binary 10110011 1010101 110100 0 110101 1000111 11110 10000 110111 101101

Color Harmonies of #B35534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35534

Black with #B35534

Text Example


Text Example

White with #B35534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35534; }

 p { color: rgb(179,85,52); }

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

background-color css

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

 a { background-color: rgb(179,85,52); }

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

border-color css

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

 span { border-color: rgb(179,85,52); }

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