Html Css Color HEX #B0622E Fiery Orange

📋 copy color: '#B0622E'

red 176 ◦ green 98 ◦ blue 46

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

Shades of Fiery Orange #B0622E

Tints of Fiery Orange #B0622E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 55%
G = 30.63%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0622E (or 0xB0622E) is known color: Fiery Orange. HEX triplet: B0, 62 and 2E. RGB value is (176,98,46). Sum of RGB (Red+Green+Blue) = 176+98+46=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0622E is #4F9DD1. Grayscale: #737373. Windows color (decimal): -5217746 or 3039920. OLE color: 3039920.

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

Color convert

RGB 176 98 46 -
CMYK 0 0.44 0.74 0.31
HSL 24º 0.59% 0.44% -
HSV(B) 24º 0.74% 0.69% -
XYZ 22.77 18.16 4.89 -
YUV 115.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 176 98 46 0 0.44 0.74 0.31 24 0.59 0.44
Hex B0 62 2E 0 2C 4A 1F 18 3B 2C
Octal 260 142 56 0 54 112 37 30 73 54
Binary 10110000 1100010 101110 0 101100 1001010 11111 11000 111011 101100

Color Harmonies of #B0622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0622E

Black with #B0622E

Text Example


Text Example

White with #B0622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0622E; }

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

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

background-color css

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

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

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

border-color css

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

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

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