Html Css Color HEX #B5604C Flame Pea

📋 copy color: '#B5604C'

red 181 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #B5604C

Tints of Flame Pea #B5604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 51.27%
G = 27.2%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5604C (or 0xB5604C) is known color: Flame Pea. HEX triplet: B5, 60 and 4C. RGB value is (181,96,76). Sum of RGB (Red+Green+Blue) = 181+96+76=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5604C is #4A9FB3. Grayscale: #777777. Windows color (decimal): -4890548 or 5005493. OLE color: 5005493.

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

Color convert

RGB 181 96 76 -
CMYK 0 0.47 0.58 0.29
HSL 11.43º 0.42% 0.5% -
HSV(B) 11.43º 0.58% 0.71% -
XYZ 24.54 18.71 9.16 -
YUV 119.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 181 96 76 0 0.47 0.58 0.29 11.43 0.42 0.5
Hex B5 60 4C 0 2F 3A 1D B 2A 32
Octal 265 140 114 0 57 72 35 13 52 62
Binary 10110101 1100000 1001100 0 101111 111010 11101 1011 101010 110010

Color Harmonies of #B5604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5604C

Black with #B5604C

Text Example


Text Example

White with #B5604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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