Html Css Color HEX #B76047 Flame Pea

📋 copy color: '#B76047'

red 183 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #B76047

Tints of Flame Pea #B76047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 52.29%
G = 27.43%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B76047 (or 0xB76047) is known color: Flame Pea. HEX triplet: B7, 60 and 47. RGB value is (183,96,71). Sum of RGB (Red+Green+Blue) = 183+96+71=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76047 is #489FB8. Grayscale: #777777. Windows color (decimal): -4759481 or 4677815. OLE color: 4677815.

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

Color convert

RGB 183 96 71 -
CMYK 0 0.48 0.61 0.28
HSL 13.39º 0.44% 0.5% -
HSV(B) 13.39º 0.61% 0.72% -
XYZ 24.85 18.89 8.3 -
YUV 119.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 183 96 71 0 0.48 0.61 0.28 13.39 0.44 0.5
Hex B7 60 47 0 30 3D 1C D 2C 32
Octal 267 140 107 0 60 75 34 15 54 62
Binary 10110111 1100000 1000111 0 110000 111101 11100 1101 101100 110010

Color Harmonies of #B76047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76047

Black with #B76047

Text Example


Text Example

White with #B76047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76047; }

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

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

background-color css

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

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

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

border-color css

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

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

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