Html Css Color HEX #B4622D Fiery Orange

📋 copy color: '#B4622D'

red 180 ◦ green 98 ◦ blue 45

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

Shades of Fiery Orange #B4622D

Tints of Fiery Orange #B4622D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 55.73%
G = 30.34%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4622D (or 0xB4622D) is known color: Fiery Orange. HEX triplet: B4, 62 and 2D. RGB value is (180,98,45). Sum of RGB (Red+Green+Blue) = 180+98+45=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4622D is #4B9DD2. Grayscale: #747474. Windows color (decimal): -4955603 or 2974388. OLE color: 2974388.

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

Color convert

RGB 180 98 45 -
CMYK 0 0.46 0.75 0.29
HSL 23.56º 0.6% 0.44% -
HSV(B) 23.56º 0.75% 0.71% -
XYZ 23.66 18.63 4.83 -
YUV 116.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 180 98 45 0 0.46 0.75 0.29 23.56 0.6 0.44
Hex B4 62 2D 0 2E 4B 1D 18 3C 2C
Octal 264 142 55 0 56 113 35 30 74 54
Binary 10110100 1100010 101101 0 101110 1001011 11101 11000 111100 101100

Color Harmonies of #B4622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4622D

Black with #B4622D

Text Example


Text Example

White with #B4622D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4622D; }

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

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

background-color css

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

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

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

border-color css

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

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

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