Html Css Color HEX #B0622F Fiery Orange

📋 copy color: '#B0622F'

red 176 ◦ green 98 ◦ blue 47

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

Shades of Fiery Orange #B0622F

Tints of Fiery Orange #B0622F

RGB

 RED value IS 176 (69.14% from 255) = 54.83%

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 54.83%
G = 30.53%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0622F (or 0xB0622F) is known color: Fiery Orange. HEX triplet: B0, 62 and 2F. RGB value is (176,98,47). Sum of RGB (Red+Green+Blue) = 176+98+47=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0622F is #4F9DD0. Grayscale: #737373. Windows color (decimal): -5217745 or 3105456. OLE color: 3105456.

HSL color Cylindrical-coordinate representation of color #B0622F: hue angle of 23.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0622F is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 47 -
CMYK 0 0.44 0.73 0.31
HSL 23.72º 0.58% 0.44% -
HSV(B) 23.72º 0.73% 0.69% -
XYZ 22.79 18.17 5 -
YUV 115.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 176 98 47 0 0.44 0.73 0.31 23.72 0.58 0.44
Hex B0 62 2F 0 2C 49 1F 18 3A 2C
Octal 260 142 57 0 54 111 37 30 72 54
Binary 10110000 1100010 101111 0 101100 1001001 11111 11000 111010 101100

Color Harmonies of #B0622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0622F

Black with #B0622F

Text Example


Text Example

White with #B0622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0622F; }

 p { color: rgb(176,98,47); }

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

background-color css

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

 a { background-color: rgb(176,98,47); }

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

border-color css

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

 span { border-color: rgb(176,98,47); }

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