Html Css Color HEX #B75326 Fiery Orange

📋 copy color: '#B75326'

red 183 ◦ green 83 ◦ blue 38

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

Shades of Fiery Orange #B75326

Tints of Fiery Orange #B75326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 60.2%
G = 27.3%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B75326 (or 0xB75326) is known color: Fiery Orange. HEX triplet: B7, 53 and 26. RGB value is (183,83,38). Sum of RGB (Red+Green+Blue) = 183+83+38=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B75326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75326 is #48ACD9. Grayscale: #6C6C6C. Windows color (decimal): -4762842 or 2511799. OLE color: 2511799.

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

Color convert

RGB 183 83 38 -
CMYK 0 0.55 0.79 0.28
HSL 18.62º 0.66% 0.43% -
HSV(B) 18.62º 0.79% 0.72% -
XYZ 22.97 16.39 3.79 -
YUV 107.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 183 83 38 0 0.55 0.79 0.28 18.62 0.66 0.43
Hex B7 53 26 0 37 4F 1C 13 42 2B
Octal 267 123 46 0 67 117 34 23 102 53
Binary 10110111 1010011 100110 0 110111 1001111 11100 10011 1000010 101011

Color Harmonies of #B75326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75326

Black with #B75326

Text Example


Text Example

White with #B75326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75326; }

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

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

background-color css

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

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

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

border-color css

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

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

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