Html Css Color HEX #B75C20 Fiery Orange

📋 copy color: '#B75C20'

red 183 ◦ green 92 ◦ blue 32

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

Shades of Fiery Orange #B75C20

Tints of Fiery Orange #B75C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.97%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 59.61%
G = 29.97%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B75C20 (or 0xB75C20) is known color: Fiery Orange. HEX triplet: B7, 5C and 20. RGB value is (183,92,32). Sum of RGB (Red+Green+Blue) = 183+92+32=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75C20 is #48A3DF. Grayscale: #707070. Windows color (decimal): -4760544 or 2120887. OLE color: 2120887.

HSL color Cylindrical-coordinate representation of color #B75C20: hue angle of 23.84º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B75C20 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 32 -
CMYK 0 0.50 0.83 0.28
HSL 23.84º 0.7% 0.42% -
HSV(B) 23.84º 0.83% 0.72% -
XYZ 23.62 17.83 3.56 -
YUV 112.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 183 92 32 0 0.50 0.83 0.28 23.84 0.7 0.42
Hex B7 5C 20 0 32 53 1C 18 46 2A
Octal 267 134 40 0 62 123 34 30 106 52
Binary 10110111 1011100 100000 0 110010 1010011 11100 11000 1000110 101010

Color Harmonies of #B75C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C20

Black with #B75C20

Text Example


Text Example

White with #B75C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C20; }

 p { color: rgb(183,92,32); }

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

background-color css

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

 a { background-color: rgb(183,92,32); }

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

border-color css

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

 span { border-color: rgb(183,92,32); }

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