Html Css Color HEX #B0622B Fiery Orange

📋 copy color: '#B0622B'

red 176 ◦ green 98 ◦ blue 43

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

Shades of Fiery Orange #B0622B

Tints of Fiery Orange #B0622B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 55.52%
G = 30.91%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0622B (or 0xB0622B) is known color: Fiery Orange. HEX triplet: B0, 62 and 2B. RGB value is (176,98,43). Sum of RGB (Red+Green+Blue) = 176+98+43=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0622B is #4F9DD4. Grayscale: #737373. Windows color (decimal): -5217749 or 2843312. OLE color: 2843312.

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

Color convert

RGB 176 98 43 -
CMYK 0 0.44 0.76 0.31
HSL 24.81º 0.61% 0.43% -
HSV(B) 24.81º 0.76% 0.69% -
XYZ 22.71 18.14 4.59 -
YUV 115.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 176 98 43 0 0.44 0.76 0.31 24.81 0.61 0.43
Hex B0 62 2B 0 2C 4C 1F 19 3D 2B
Octal 260 142 53 0 54 114 37 31 75 53
Binary 10110000 1100010 101011 0 101100 1001100 11111 11001 111101 101011

Color Harmonies of #B0622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0622B

Black with #B0622B

Text Example


Text Example

White with #B0622B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0622B; }

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

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

background-color css

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

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

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

border-color css

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

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

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