Html Css Color HEX #B45534 Fiery Orange

📋 copy color: '#B45534'

red 180 ◦ green 85 ◦ blue 52

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

Shades of Fiery Orange #B45534

Tints of Fiery Orange #B45534

RGB

 RED value IS 180 (70.7% from 255) = 56.78%

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

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

R = 56.78%
G = 26.81%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B45534 (or 0xB45534) is known color: Fiery Orange. HEX triplet: B4, 55 and 34. RGB value is (180,85,52). Sum of RGB (Red+Green+Blue) = 180+85+52=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B45534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45534 is #4BAACB. Grayscale: #6D6D6D. Windows color (decimal): -4958924 or 3429812. OLE color: 3429812.

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

Color convert

RGB 180 85 52 -
CMYK 0 0.53 0.71 0.29
HSL 15.47º 0.55% 0.45% -
HSV(B) 15.47º 0.71% 0.71% -
XYZ 22.69 16.45 5.23 -
YUV 109.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 180 85 52 0 0.53 0.71 0.29 15.47 0.55 0.45
Hex B4 55 34 0 35 47 1D F 37 2D
Octal 264 125 64 0 65 107 35 17 67 55
Binary 10110100 1010101 110100 0 110101 1000111 11101 1111 110111 101101

Color Harmonies of #B45534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45534

Black with #B45534

Text Example


Text Example

White with #B45534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45534; }

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

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

background-color css

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

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

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

border-color css

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

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

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