Html Css Color HEX #B75329 Fiery Orange

📋 copy color: '#B75329'

red 183 ◦ green 83 ◦ blue 41

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

Shades of Fiery Orange #B75329

Tints of Fiery Orange #B75329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 59.61%
G = 27.04%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B75329 (or 0xB75329) is known color: Fiery Orange. HEX triplet: B7, 53 and 29. RGB value is (183,83,41). Sum of RGB (Red+Green+Blue) = 183+83+41=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B75329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75329 is #48ACD6. Grayscale: #6C6C6C. Windows color (decimal): -4762839 or 2708407. OLE color: 2708407.

HSL color Cylindrical-coordinate representation of color #B75329: hue angle of 17.75º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B75329 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 41 -
CMYK 0 0.55 0.78 0.28
HSL 17.75º 0.63% 0.44% -
HSV(B) 17.75º 0.78% 0.72% -
XYZ 23.02 16.41 4.05 -
YUV 108.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 183 83 41 0 0.55 0.78 0.28 17.75 0.63 0.44
Hex B7 53 29 0 37 4E 1C 12 3F 2C
Octal 267 123 51 0 67 116 34 22 77 54
Binary 10110111 1010011 101001 0 110111 1001110 11100 10010 111111 101100

Color Harmonies of #B75329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75329

Black with #B75329

Text Example


Text Example

White with #B75329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75329; }

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

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

background-color css

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

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

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

border-color css

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

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

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