Html Css Color HEX #B6552C Fiery Orange

📋 copy color: '#B6552C'

red 182 ◦ green 85 ◦ blue 44

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

Shades of Fiery Orange #B6552C

Tints of Fiery Orange #B6552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 58.52%
G = 27.33%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6552C (or 0xB6552C) is known color: Fiery Orange. HEX triplet: B6, 55 and 2C. RGB value is (182,85,44). Sum of RGB (Red+Green+Blue) = 182+85+44=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6552C is #49AAD3. Grayscale: #6D6D6D. Windows color (decimal): -4827860 or 2905526. OLE color: 2905526.

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

Color convert

RGB 182 85 44 -
CMYK 0 0.53 0.76 0.29
HSL 17.83º 0.61% 0.44% -
HSV(B) 17.83º 0.76% 0.71% -
XYZ 22.99 16.62 4.38 -
YUV 109.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 182 85 44 0 0.53 0.76 0.29 17.83 0.61 0.44
Hex B6 55 2C 0 35 4C 1D 12 3D 2C
Octal 266 125 54 0 65 114 35 22 75 54
Binary 10110110 1010101 101100 0 110101 1001100 11101 10010 111101 101100

Color Harmonies of #B6552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6552C

Black with #B6552C

Text Example


Text Example

White with #B6552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6552C; }

 p { color: rgb(182,85,44); }

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

background-color css

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

 a { background-color: rgb(182,85,44); }

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

border-color css

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

 span { border-color: rgb(182,85,44); }

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