Html Css Color HEX #B75F2C Fiery Orange

📋 copy color: '#B75F2C'

red 183 ◦ green 95 ◦ blue 44

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

Shades of Fiery Orange #B75F2C

Tints of Fiery Orange #B75F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 56.83%
G = 29.5%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B75F2C (or 0xB75F2C) is known color: Fiery Orange. HEX triplet: B7, 5F and 2C. RGB value is (183,95,44). Sum of RGB (Red+Green+Blue) = 183+95+44=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F2C is #48A0D3. Grayscale: #737373. Windows color (decimal): -4759764 or 2908087. OLE color: 2908087.

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

Color convert

RGB 183 95 44 -
CMYK 0 0.48 0.76 0.28
HSL 22.01º 0.61% 0.45% -
HSV(B) 22.01º 0.76% 0.72% -
XYZ 24.08 18.43 4.67 -
YUV 115.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 183 95 44 0 0.48 0.76 0.28 22.01 0.61 0.45
Hex B7 5F 2C 0 30 4C 1C 16 3D 2D
Octal 267 137 54 0 60 114 34 26 75 55
Binary 10110111 1011111 101100 0 110000 1001100 11100 10110 111101 101101

Color Harmonies of #B75F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F2C

Black with #B75F2C

Text Example


Text Example

White with #B75F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F2C; }

 p { color: rgb(183,95,44); }

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

background-color css

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

 a { background-color: rgb(183,95,44); }

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

border-color css

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

 span { border-color: rgb(183,95,44); }

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