Html Css Color HEX #B75D21 Fiery Orange

📋 copy color: '#B75D21'

red 183 ◦ green 93 ◦ blue 33

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

Shades of Fiery Orange #B75D21

Tints of Fiery Orange #B75D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.1%

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 59.22%
G = 30.1%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B75D21 (or 0xB75D21) is known color: Fiery Orange. HEX triplet: B7, 5D and 21. RGB value is (183,93,33). Sum of RGB (Red+Green+Blue) = 183+93+33=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D21 is #48A2DE. Grayscale: #717171. Windows color (decimal): -4760287 or 2186679. OLE color: 2186679.

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

Color convert

RGB 183 93 33 -
CMYK 0 0.49 0.82 0.28
HSL 24º 0.69% 0.42% -
HSV(B) 24º 0.82% 0.72% -
XYZ 23.72 18.01 3.66 -
YUV 113.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 183 93 33 0 0.49 0.82 0.28 24 0.69 0.42
Hex B7 5D 21 0 31 52 1C 18 45 2A
Octal 267 135 41 0 61 122 34 30 105 52
Binary 10110111 1011101 100001 0 110001 1010010 11100 11000 1000101 101010

Color Harmonies of #B75D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D21

Black with #B75D21

Text Example


Text Example

White with #B75D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D21; }

 p { color: rgb(183,93,33); }

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

background-color css

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

 a { background-color: rgb(183,93,33); }

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

border-color css

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

 span { border-color: rgb(183,93,33); }

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