Html Css Color HEX #B5604D Flame Pea

📋 copy color: '#B5604D'

red 181 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #B5604D

Tints of Flame Pea #B5604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 51.13%
G = 27.12%
B = 21.75%

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

#B5604D (or 0xB5604D) is known color: Flame Pea. HEX triplet: B5, 60 and 4D. RGB value is (181,96,77). Sum of RGB (Red+Green+Blue) = 181+96+77=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5604D is #4A9FB2. Grayscale: #777777. Windows color (decimal): -4890547 or 5071029. OLE color: 5071029.

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

Color convert

RGB 181 96 77 -
CMYK 0 0.47 0.57 0.29
HSL 10.96º 0.41% 0.51% -
HSV(B) 10.96º 0.57% 0.71% -
XYZ 24.58 18.73 9.34 -
YUV 119.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 181 96 77 0 0.47 0.57 0.29 10.96 0.41 0.51
Hex B5 60 4D 0 2F 39 1D B 29 33
Octal 265 140 115 0 57 71 35 13 51 63
Binary 10110101 1100000 1001101 0 101111 111001 11101 1011 101001 110011

Color Harmonies of #B5604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5604D

Black with #B5604D

Text Example


Text Example

White with #B5604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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