Html Css Color HEX #B5604E Flame Pea

📋 copy color: '#B5604E'

red 181 ◦ green 96 ◦ blue 78

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

Shades of Flame Pea #B5604E

Tints of Flame Pea #B5604E

RGB

 RED value IS 181 (71.09% from 255) = 50.99%

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 50.99%
G = 27.04%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5604E (or 0xB5604E) is known color: Flame Pea. HEX triplet: B5, 60 and 4E. RGB value is (181,96,78). Sum of RGB (Red+Green+Blue) = 181+96+78=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5604E is #4A9FB1. Grayscale: #777777. Windows color (decimal): -4890546 or 5136565. OLE color: 5136565.

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

Color convert

RGB 181 96 78 -
CMYK 0 0.47 0.57 0.29
HSL 10.49º 0.41% 0.51% -
HSV(B) 10.49º 0.57% 0.71% -
XYZ 24.61 18.74 9.53 -
YUV 119.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 181 96 78 0 0.47 0.57 0.29 10.49 0.41 0.51
Hex B5 60 4E 0 2F 39 1D A 29 33
Octal 265 140 116 0 57 71 35 12 51 63
Binary 10110101 1100000 1001110 0 101111 111001 11101 1010 101001 110011

Color Harmonies of #B5604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5604E

Black with #B5604E

Text Example


Text Example

White with #B5604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5604E; }

 p { color: rgb(181,96,78); }

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

background-color css

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

 a { background-color: rgb(181,96,78); }

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

border-color css

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

 span { border-color: rgb(181,96,78); }

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