Html Css Color HEX #B75B2A Fiery Orange

📋 copy color: '#B75B2A'

red 183 ◦ green 91 ◦ blue 42

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

Shades of Fiery Orange #B75B2A

Tints of Fiery Orange #B75B2A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 57.91%
G = 28.8%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B75B2A (or 0xB75B2A) is known color: Fiery Orange. HEX triplet: B7, 5B and 2A. RGB value is (183,91,42). Sum of RGB (Red+Green+Blue) = 183+91+42=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B2A is #48A4D5. Grayscale: #717171. Windows color (decimal): -4760790 or 2775991. OLE color: 2775991.

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

Color convert

RGB 183 91 42 -
CMYK 0 0.50 0.77 0.28
HSL 20.85º 0.63% 0.44% -
HSV(B) 20.85º 0.77% 0.72% -
XYZ 23.69 17.72 4.36 -
YUV 112.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 183 91 42 0 0.50 0.77 0.28 20.85 0.63 0.44
Hex B7 5B 2A 0 32 4D 1C 15 3F 2C
Octal 267 133 52 0 62 115 34 25 77 54
Binary 10110111 1011011 101010 0 110010 1001101 11100 10101 111111 101100

Color Harmonies of #B75B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75B2A

Black with #B75B2A

Text Example


Text Example

White with #B75B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75B2A; }

 p { color: rgb(183,91,42); }

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

background-color css

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

 a { background-color: rgb(183,91,42); }

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

border-color css

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

 span { border-color: rgb(183,91,42); }

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