Html Css Color HEX #B45833 Fiery Orange

📋 copy color: '#B45833'

red 180 ◦ green 88 ◦ blue 51

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

Shades of Fiery Orange #B45833

Tints of Fiery Orange #B45833

RGB

 RED value IS 180 (70.7% from 255) = 56.43%

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 56.43%
G = 27.59%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B45833 (or 0xB45833) is known color: Fiery Orange. HEX triplet: B4, 58 and 33. RGB value is (180,88,51). Sum of RGB (Red+Green+Blue) = 180+88+51=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45833 is #4BA7CC. Grayscale: #6F6F6F. Windows color (decimal): -4958157 or 3365044. OLE color: 3365044.

HSL color Cylindrical-coordinate representation of color #B45833: hue angle of 17.21º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B45833 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 88 51 -
CMYK 0 0.51 0.72 0.29
HSL 17.21º 0.56% 0.45% -
HSV(B) 17.21º 0.72% 0.71% -
XYZ 22.91 16.92 5.19 -
YUV 111.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 180 88 51 0 0.51 0.72 0.29 17.21 0.56 0.45
Hex B4 58 33 0 33 48 1D 11 38 2D
Octal 264 130 63 0 63 110 35 21 70 55
Binary 10110100 1011000 110011 0 110011 1001000 11101 10001 111000 101101

Color Harmonies of #B45833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45833

Black with #B45833

Text Example


Text Example

White with #B45833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45833; }

 p { color: rgb(180,88,51); }

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

background-color css

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

 a { background-color: rgb(180,88,51); }

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

border-color css

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

 span { border-color: rgb(180,88,51); }

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