Html Css Color HEX #B7604C Flame Pea

📋 copy color: '#B7604C'

red 183 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #B7604C

Tints of Flame Pea #B7604C

RGB

 RED value IS 183 (71.88% from 255) = 51.55%

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

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

R = 51.55%
G = 27.04%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7604C (or 0xB7604C) is known color: Flame Pea. HEX triplet: B7, 60 and 4C. RGB value is (183,96,76). Sum of RGB (Red+Green+Blue) = 183+96+76=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7604C is #489FB3. Grayscale: #777777. Windows color (decimal): -4759476 or 5005495. OLE color: 5005495.

HSL color Cylindrical-coordinate representation of color #B7604C: hue angle of 11.21º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7604C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 76 -
CMYK 0 0.48 0.58 0.28
HSL 11.21º 0.43% 0.51% -
HSV(B) 11.21º 0.58% 0.72% -
XYZ 25.02 18.95 9.18 -
YUV 119.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 183 96 76 0 0.48 0.58 0.28 11.21 0.43 0.51
Hex B7 60 4C 0 30 3A 1C B 2B 33
Octal 267 140 114 0 60 72 34 13 53 63
Binary 10110111 1100000 1001100 0 110000 111010 11100 1011 101011 110011

Color Harmonies of #B7604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7604C

Black with #B7604C

Text Example


Text Example

White with #B7604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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