Html Css Color HEX #B76149 Flame Pea

📋 copy color: '#B76149'

red 183 ◦ green 97 ◦ blue 73

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

Shades of Flame Pea #B76149

Tints of Flame Pea #B76149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 51.84%
G = 27.48%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B76149 (or 0xB76149) is known color: Flame Pea. HEX triplet: B7, 61 and 49. RGB value is (183,97,73). Sum of RGB (Red+Green+Blue) = 183+97+73=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B76149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76149 is #489EB6. Grayscale: #787878. Windows color (decimal): -4759223 or 4809143. OLE color: 4809143.

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

Color convert

RGB 183 97 73 -
CMYK 0 0.47 0.60 0.28
HSL 13.09º 0.43% 0.5% -
HSV(B) 13.09º 0.6% 0.72% -
XYZ 25.01 19.1 8.67 -
YUV 119.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 183 97 73 0 0.47 0.60 0.28 13.09 0.43 0.5
Hex B7 61 49 0 2F 3C 1C D 2B 32
Octal 267 141 111 0 57 74 34 15 53 62
Binary 10110111 1100001 1001001 0 101111 111100 11100 1101 101011 110010

Color Harmonies of #B76149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76149

Black with #B76149

Text Example


Text Example

White with #B76149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76149; }

 p { color: rgb(183,97,73); }

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

background-color css

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

 a { background-color: rgb(183,97,73); }

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

border-color css

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

 span { border-color: rgb(183,97,73); }

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