Html Css Color HEX #B7552C Fiery Orange

📋 copy color: '#B7552C'

red 183 ◦ green 85 ◦ blue 44

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

Shades of Fiery Orange #B7552C

Tints of Fiery Orange #B7552C

RGB

 RED value IS 183 (71.88% from 255) = 58.65%

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

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

R = 58.65%
G = 27.24%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7552C (or 0xB7552C) is known color: Fiery Orange. HEX triplet: B7, 55 and 2C. RGB value is (183,85,44). Sum of RGB (Red+Green+Blue) = 183+85+44=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7552C is #48AAD3. Grayscale: #6D6D6D. Windows color (decimal): -4762324 or 2905527. OLE color: 2905527.

HSL color Cylindrical-coordinate representation of color #B7552C: hue angle of 17.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7552C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 85 44 -
CMYK 0 0.54 0.76 0.28
HSL 17.7º 0.61% 0.45% -
HSV(B) 17.7º 0.76% 0.72% -
XYZ 23.23 16.75 4.39 -
YUV 109.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 183 85 44 0 0.54 0.76 0.28 17.7 0.61 0.45
Hex B7 55 2C 0 36 4C 1C 12 3D 2D
Octal 267 125 54 0 66 114 34 22 75 55
Binary 10110111 1010101 101100 0 110110 1001100 11100 10010 111101 101101

Color Harmonies of #B7552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7552C

Black with #B7552C

Text Example


Text Example

White with #B7552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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