Html Css Color HEX #B75B2C Fiery Orange

📋 copy color: '#B75B2C'

red 183 ◦ green 91 ◦ blue 44

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

Shades of Fiery Orange #B75B2C

Tints of Fiery Orange #B75B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 57.55%
G = 28.62%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B75B2C (or 0xB75B2C) is known color: Fiery Orange. HEX triplet: B7, 5B and 2C. RGB value is (183,91,44). Sum of RGB (Red+Green+Blue) = 183+91+44=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B2C is #48A4D3. Grayscale: #717171. Windows color (decimal): -4760788 or 2907063. OLE color: 2907063.

HSL color Cylindrical-coordinate representation of color #B75B2C: hue angle of 20.29º 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 #B75B2C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 91 44 -
CMYK 0 0.50 0.76 0.28
HSL 20.29º 0.61% 0.45% -
HSV(B) 20.29º 0.76% 0.72% -
XYZ 23.72 17.73 4.55 -
YUV 113.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 183 91 44 0 0.50 0.76 0.28 20.29 0.61 0.45
Hex B7 5B 2C 0 32 4C 1C 14 3D 2D
Octal 267 133 54 0 62 114 34 24 75 55
Binary 10110111 1011011 101100 0 110010 1001100 11100 10100 111101 101101

Color Harmonies of #B75B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75B2C

Black with #B75B2C

Text Example


Text Example

White with #B75B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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