Html Css Color HEX #B45943 Flame Pea

📋 copy color: '#B45943'

red 180 ◦ green 89 ◦ blue 67

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

Shades of Flame Pea #B45943

Tints of Flame Pea #B45943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.94%

R = 53.57%
G = 26.49%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B45943 (or 0xB45943) is known color: Flame Pea. HEX triplet: B4, 59 and 43. RGB value is (180,89,67). Sum of RGB (Red+Green+Blue) = 180+89+67=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B45943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45943 is #4BA6BC. Grayscale: #717171. Windows color (decimal): -4957885 or 4413876. OLE color: 4413876.

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

Color convert

RGB 180 89 67 -
CMYK 0 0.51 0.63 0.29
HSL 11.68º 0.46% 0.48% -
HSV(B) 11.68º 0.63% 0.71% -
XYZ 23.41 17.25 7.41 -
YUV 113.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 180 89 67 0 0.51 0.63 0.29 11.68 0.46 0.48
Hex B4 59 43 0 33 3F 1D C 2E 30
Octal 264 131 103 0 63 77 35 14 56 60
Binary 10110100 1011001 1000011 0 110011 111111 11101 1100 101110 110000

Color Harmonies of #B45943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45943

Black with #B45943

Text Example


Text Example

White with #B45943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45943; }

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

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

background-color css

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

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

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

border-color css

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

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

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