Html Css Color HEX #B45944 Flame Pea

📋 copy color: '#B45944'

red 180 ◦ green 89 ◦ blue 68

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

Shades of Flame Pea #B45944

Tints of Flame Pea #B45944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 53.41%
G = 26.41%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B45944 (or 0xB45944) is known color: Flame Pea. HEX triplet: B4, 59 and 44. RGB value is (180,89,68). Sum of RGB (Red+Green+Blue) = 180+89+68=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B45944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45944 is #4BA6BB. Grayscale: #717171. Windows color (decimal): -4957884 or 4479412. OLE color: 4479412.

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

Color convert

RGB 180 89 68 -
CMYK 0 0.51 0.62 0.29
HSL 11.25º 0.45% 0.49% -
HSV(B) 11.25º 0.62% 0.71% -
XYZ 23.44 17.27 7.57 -
YUV 113.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 180 89 68 0 0.51 0.62 0.29 11.25 0.45 0.49
Hex B4 59 44 0 33 3E 1D B 2D 31
Octal 264 131 104 0 63 76 35 13 55 61
Binary 10110100 1011001 1000100 0 110011 111110 11101 1011 101101 110001

Color Harmonies of #B45944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45944

Black with #B45944

Text Example


Text Example

White with #B45944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45944; }

 p { color: rgb(180,89,68); }

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

background-color css

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

 a { background-color: rgb(180,89,68); }

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

border-color css

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

 span { border-color: rgb(180,89,68); }

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