Html Css Color HEX #B75320 Fiery Orange

📋 copy color: '#B75320'

red 183 ◦ green 83 ◦ blue 32

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

Shades of Fiery Orange #B75320

Tints of Fiery Orange #B75320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 61.41%
G = 27.85%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B75320 (or 0xB75320) is known color: Fiery Orange. HEX triplet: B7, 53 and 20. RGB value is (183,83,32). Sum of RGB (Red+Green+Blue) = 183+83+32=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B75320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75320 is #48ACDF. Grayscale: #6B6B6B. Windows color (decimal): -4762848 or 2118583. OLE color: 2118583.

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

Color convert

RGB 183 83 32 -
CMYK 0 0.55 0.83 0.28
HSL 20.26º 0.7% 0.42% -
HSV(B) 20.26º 0.83% 0.72% -
XYZ 22.88 16.36 3.32 -
YUV 107.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 183 83 32 0 0.55 0.83 0.28 20.26 0.7 0.42
Hex B7 53 20 0 37 53 1C 14 46 2A
Octal 267 123 40 0 67 123 34 24 106 52
Binary 10110111 1010011 100000 0 110111 1010011 11100 10100 1000110 101010

Color Harmonies of #B75320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75320

Black with #B75320

Text Example


Text Example

White with #B75320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75320; }

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

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

background-color css

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

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

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

border-color css

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

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

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