Html Css Color HEX #B4602D Fiery Orange

📋 copy color: '#B4602D'

red 180 ◦ green 96 ◦ blue 45

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

Shades of Fiery Orange #B4602D

Tints of Fiery Orange #B4602D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 56.07%
G = 29.91%
B = 14.02%

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

#B4602D (or 0xB4602D) is known color: Fiery Orange. HEX triplet: B4, 60 and 2D. RGB value is (180,96,45). Sum of RGB (Red+Green+Blue) = 180+96+45=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4602D is #4B9FD2. Grayscale: #737373. Windows color (decimal): -4956115 or 2973876. OLE color: 2973876.

HSL color Cylindrical-coordinate representation of color #B4602D: hue angle of 22.67º 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 #B4602D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 96 45 -
CMYK 0 0.47 0.75 0.29
HSL 22.67º 0.6% 0.44% -
HSV(B) 22.67º 0.75% 0.71% -
XYZ 23.48 18.26 4.77 -
YUV 115.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 180 96 45 0 0.47 0.75 0.29 22.67 0.6 0.44
Hex B4 60 2D 0 2F 4B 1D 17 3C 2C
Octal 264 140 55 0 57 113 35 27 74 54
Binary 10110100 1100000 101101 0 101111 1001011 11101 10111 111100 101100

Color Harmonies of #B4602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4602D

Black with #B4602D

Text Example


Text Example

White with #B4602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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