Html Css Color HEX #B2602C Fiery Orange

📋 copy color: '#B2602C'

red 178 ◦ green 96 ◦ blue 44

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

Shades of Fiery Orange #B2602C

Tints of Fiery Orange #B2602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 55.97%
G = 30.19%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2602C (or 0xB2602C) is known color: Fiery Orange. HEX triplet: B2, 60 and 2C. RGB value is (178,96,44). Sum of RGB (Red+Green+Blue) = 178+96+44=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2602C is #4D9FD3. Grayscale: #727272. Windows color (decimal): -5087188 or 2908338. OLE color: 2908338.

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

Color convert

RGB 178 96 44 -
CMYK 0 0.46 0.75 0.30
HSL 23.28º 0.6% 0.44% -
HSV(B) 23.28º 0.75% 0.7% -
XYZ 23 18.01 4.65 -
YUV 114.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 178 96 44 0 0.46 0.75 0.30 23.28 0.6 0.44
Hex B2 60 2C 0 2E 4B 1E 17 3C 2C
Octal 262 140 54 0 56 113 36 27 74 54
Binary 10110010 1100000 101100 0 101110 1001011 11110 10111 111100 101100

Color Harmonies of #B2602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2602C

Black with #B2602C

Text Example


Text Example

White with #B2602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2602C; }

 p { color: rgb(178,96,44); }

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

background-color css

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

 a { background-color: rgb(178,96,44); }

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

border-color css

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

 span { border-color: rgb(178,96,44); }

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