Html Css Color HEX #B45A33 Fiery Orange

📋 copy color: '#B45A33'

red 180 ◦ green 90 ◦ blue 51

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

Shades of Fiery Orange #B45A33

Tints of Fiery Orange #B45A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 56.07%
G = 28.04%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B45A33 (or 0xB45A33) is known color: Fiery Orange. HEX triplet: B4, 5A and 33. RGB value is (180,90,51). Sum of RGB (Red+Green+Blue) = 180+90+51=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A33 is #4BA5CC. Grayscale: #707070. Windows color (decimal): -4957645 or 3365556. OLE color: 3365556.

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

Color convert

RGB 180 90 51 -
CMYK 0 0.50 0.72 0.29
HSL 18.14º 0.56% 0.45% -
HSV(B) 18.14º 0.72% 0.71% -
XYZ 23.08 17.25 5.25 -
YUV 112.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 180 90 51 0 0.50 0.72 0.29 18.14 0.56 0.45
Hex B4 5A 33 0 32 48 1D 12 38 2D
Octal 264 132 63 0 62 110 35 22 70 55
Binary 10110100 1011010 110011 0 110010 1001000 11101 10010 111000 101101

Color Harmonies of #B45A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A33

Black with #B45A33

Text Example


Text Example

White with #B45A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A33; }

 p { color: rgb(180,90,51); }

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

background-color css

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

 a { background-color: rgb(180,90,51); }

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

border-color css

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

 span { border-color: rgb(180,90,51); }

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