Html Css Color HEX #B6602D Fiery Orange

📋 copy color: '#B6602D'

red 182 ◦ green 96 ◦ blue 45

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

Shades of Fiery Orange #B6602D

Tints of Fiery Orange #B6602D

RGB

 RED value IS 182 (71.48% from 255) = 56.35%

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

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

R = 56.35%
G = 29.72%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6602D (or 0xB6602D) is known color: Fiery Orange. HEX triplet: B6, 60 and 2D. RGB value is (182,96,45). Sum of RGB (Red+Green+Blue) = 182+96+45=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6602D is #499FD2. Grayscale: #747474. Windows color (decimal): -4825043 or 2973878. OLE color: 2973878.

HSL color Cylindrical-coordinate representation of color #B6602D: hue angle of 22.34º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6602D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 45 -
CMYK 0 0.47 0.75 0.29
HSL 22.34º 0.6% 0.45% -
HSV(B) 22.34º 0.75% 0.71% -
XYZ 23.95 18.5 4.79 -
YUV 115.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 182 96 45 0 0.47 0.75 0.29 22.34 0.6 0.45
Hex B6 60 2D 0 2F 4B 1D 16 3C 2D
Octal 266 140 55 0 57 113 35 26 74 55
Binary 10110110 1100000 101101 0 101111 1001011 11101 10110 111100 101101

Color Harmonies of #B6602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6602D

Black with #B6602D

Text Example


Text Example

White with #B6602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6602D; }

 p { color: rgb(182,96,45); }

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

background-color css

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

 a { background-color: rgb(182,96,45); }

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

border-color css

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

 span { border-color: rgb(182,96,45); }

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