Html Css Color HEX #B2602A Fiery Orange

📋 copy color: '#B2602A'

red 178 ◦ green 96 ◦ blue 42

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

Shades of Fiery Orange #B2602A

Tints of Fiery Orange #B2602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 56.33%
G = 30.38%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2602A (or 0xB2602A) is known color: Fiery Orange. HEX triplet: B2, 60 and 2A. RGB value is (178,96,42). Sum of RGB (Red+Green+Blue) = 178+96+42=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B2602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2602A is #4D9FD5. Grayscale: #727272. Windows color (decimal): -5087190 or 2777266. OLE color: 2777266.

HSL color Cylindrical-coordinate representation of color #B2602A: hue angle of 23.82º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2602A is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 42 -
CMYK 0 0.46 0.76 0.30
HSL 23.82º 0.62% 0.43% -
HSV(B) 23.82º 0.76% 0.7% -
XYZ 22.96 18 4.45 -
YUV 114.36 87.17 173.39 -
System Red Green Blue C M Y K H S L
Decimal 178 96 42 0 0.46 0.76 0.30 23.82 0.62 0.43
Hex B2 60 2A 0 2E 4C 1E 18 3E 2B
Octal 262 140 52 0 56 114 36 30 76 53
Binary 10110010 1100000 101010 0 101110 1001100 11110 11000 111110 101011

Color Harmonies of #B2602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2602A

Black with #B2602A

Text Example


Text Example

White with #B2602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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