Html Css Color HEX #B7604A Flame Pea

📋 copy color: '#B7604A'

red 183 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #B7604A

Tints of Flame Pea #B7604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 51.84%
G = 27.2%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7604A (or 0xB7604A) is known color: Flame Pea. HEX triplet: B7, 60 and 4A. RGB value is (183,96,74). Sum of RGB (Red+Green+Blue) = 183+96+74=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7604A is #489FB5. Grayscale: #777777. Windows color (decimal): -4759478 or 4874423. OLE color: 4874423.

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

Color convert

RGB 183 96 74 -
CMYK 0 0.48 0.60 0.28
HSL 12.11º 0.43% 0.5% -
HSV(B) 12.11º 0.6% 0.72% -
XYZ 24.95 18.93 8.82 -
YUV 119.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 183 96 74 0 0.48 0.60 0.28 12.11 0.43 0.5
Hex B7 60 4A 0 30 3C 1C C 2B 32
Octal 267 140 112 0 60 74 34 14 53 62
Binary 10110111 1100000 1001010 0 110000 111100 11100 1100 101011 110010

Color Harmonies of #B7604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7604A

Black with #B7604A

Text Example


Text Example

White with #B7604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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