Html Css Color HEX #B2632D Fiery Orange

📋 copy color: '#B2632D'

red 178 ◦ green 99 ◦ blue 45

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

Shades of Fiery Orange #B2632D

Tints of Fiery Orange #B2632D

RGB

 RED value IS 178 (69.92% from 255) = 55.28%

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 55.28%
G = 30.75%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2632D (or 0xB2632D) is known color: Fiery Orange. HEX triplet: B2, 63 and 2D. RGB value is (178,99,45). Sum of RGB (Red+Green+Blue) = 178+99+45=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2632D is #4D9CD2. Grayscale: #747474. Windows color (decimal): -5086419 or 2974642. OLE color: 2974642.

HSL color Cylindrical-coordinate representation of color #B2632D: hue angle of 24.36º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2632D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 45 -
CMYK 0 0.44 0.75 0.30
HSL 24.36º 0.6% 0.44% -
HSV(B) 24.36º 0.75% 0.7% -
XYZ 23.3 18.58 4.84 -
YUV 116.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 178 99 45 0 0.44 0.75 0.30 24.36 0.6 0.44
Hex B2 63 2D 0 2C 4B 1E 18 3C 2C
Octal 262 143 55 0 54 113 36 30 74 54
Binary 10110010 1100011 101101 0 101100 1001011 11110 11000 111100 101100

Color Harmonies of #B2632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2632D

Black with #B2632D

Text Example


Text Example

White with #B2632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2632D; }

 p { color: rgb(178,99,45); }

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

background-color css

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

 a { background-color: rgb(178,99,45); }

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

border-color css

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

 span { border-color: rgb(178,99,45); }

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