Html Css Color HEX #B45945 Flame Pea

📋 copy color: '#B45945'

red 180 ◦ green 89 ◦ blue 69

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

Shades of Flame Pea #B45945

Tints of Flame Pea #B45945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 53.25%
G = 26.33%
B = 20.41%

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

#B45945 (or 0xB45945) is known color: Flame Pea. HEX triplet: B4, 59 and 45. RGB value is (180,89,69). Sum of RGB (Red+Green+Blue) = 180+89+69=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B45945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45945 is #4BA6BA. Grayscale: #727272. Windows color (decimal): -4957883 or 4544948. OLE color: 4544948.

HSL color Cylindrical-coordinate representation of color #B45945: hue angle of 10.81º 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 #B45945 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 89 69 -
CMYK 0 0.51 0.62 0.29
HSL 10.81º 0.45% 0.49% -
HSV(B) 10.81º 0.62% 0.71% -
XYZ 23.47 17.28 7.73 -
YUV 113.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 180 89 69 0 0.51 0.62 0.29 10.81 0.45 0.49
Hex B4 59 45 0 33 3E 1D B 2D 31
Octal 264 131 105 0 63 76 35 13 55 61
Binary 10110100 1011001 1000101 0 110011 111110 11101 1011 101101 110001

Color Harmonies of #B45945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45945

Black with #B45945

Text Example


Text Example

White with #B45945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45945; }

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

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

background-color css

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

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

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

border-color css

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

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

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