Html Css Color HEX #B75E2D Fiery Orange

📋 copy color: '#B75E2D'

red 183 ◦ green 94 ◦ blue 45

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

Shades of Fiery Orange #B75E2D

Tints of Fiery Orange #B75E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 56.83%
G = 29.19%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B75E2D (or 0xB75E2D) is known color: Fiery Orange. HEX triplet: B7, 5E and 2D. RGB value is (183,94,45). Sum of RGB (Red+Green+Blue) = 183+94+45=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E2D is #48A1D2. Grayscale: #737373. Windows color (decimal): -4760019 or 2973367. OLE color: 2973367.

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

Color convert

RGB 183 94 45 -
CMYK 0 0.49 0.75 0.28
HSL 21.3º 0.61% 0.45% -
HSV(B) 21.3º 0.75% 0.72% -
XYZ 24 18.26 4.74 -
YUV 115.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 183 94 45 0 0.49 0.75 0.28 21.3 0.61 0.45
Hex B7 5E 2D 0 31 4B 1C 15 3D 2D
Octal 267 136 55 0 61 113 34 25 75 55
Binary 10110111 1011110 101101 0 110001 1001011 11100 10101 111101 101101

Color Harmonies of #B75E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E2D

Black with #B75E2D

Text Example


Text Example

White with #B75E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E2D; }

 p { color: rgb(183,94,45); }

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

background-color css

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

 a { background-color: rgb(183,94,45); }

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

border-color css

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

 span { border-color: rgb(183,94,45); }

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