Html Css Color HEX #B45F2D Fiery Orange

📋 copy color: '#B45F2D'

red 180 ◦ green 95 ◦ blue 45

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

Shades of Fiery Orange #B45F2D

Tints of Fiery Orange #B45F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 56.25%
G = 29.69%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B45F2D (or 0xB45F2D) is known color: Fiery Orange. HEX triplet: B4, 5F and 2D. RGB value is (180,95,45). Sum of RGB (Red+Green+Blue) = 180+95+45=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F2D is #4BA0D2. Grayscale: #737373. Windows color (decimal): -4956371 or 2973620. OLE color: 2973620.

HSL color Cylindrical-coordinate representation of color #B45F2D: hue angle of 22.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B45F2D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 95 45 -
CMYK 0 0.47 0.75 0.29
HSL 22.22º 0.6% 0.44% -
HSV(B) 22.22º 0.75% 0.71% -
XYZ 23.39 18.08 4.74 -
YUV 114.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 180 95 45 0 0.47 0.75 0.29 22.22 0.6 0.44
Hex B4 5F 2D 0 2F 4B 1D 16 3C 2C
Octal 264 137 55 0 57 113 35 26 74 54
Binary 10110100 1011111 101101 0 101111 1001011 11101 10110 111100 101100

Color Harmonies of #B45F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F2D

Black with #B45F2D

Text Example


Text Example

White with #B45F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F2D; }

 p { color: rgb(180,95,45); }

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

background-color css

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

 a { background-color: rgb(180,95,45); }

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

border-color css

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

 span { border-color: rgb(180,95,45); }

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