Html Css Color HEX #B76146 Flame Pea

📋 copy color: '#B76146'

red 183 ◦ green 97 ◦ blue 70

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

Shades of Flame Pea #B76146

Tints of Flame Pea #B76146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20%

R = 52.29%
G = 27.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76146 (or 0xB76146) is known color: Flame Pea. HEX triplet: B7, 61 and 46. RGB value is (183,97,70). Sum of RGB (Red+Green+Blue) = 183+97+70=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76146 is #489EB9. Grayscale: #777777. Windows color (decimal): -4759226 or 4612535. OLE color: 4612535.

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

Color convert

RGB 183 97 70 -
CMYK 0 0.47 0.62 0.28
HSL 14.34º 0.45% 0.5% -
HSV(B) 14.34º 0.62% 0.72% -
XYZ 24.91 19.06 8.16 -
YUV 119.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 183 97 70 0 0.47 0.62 0.28 14.34 0.45 0.5
Hex B7 61 46 0 2F 3E 1C E 2D 32
Octal 267 141 106 0 57 76 34 16 55 62
Binary 10110111 1100001 1000110 0 101111 111110 11100 1110 101101 110010

Color Harmonies of #B76146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76146

Black with #B76146

Text Example


Text Example

White with #B76146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76146; }

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

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

background-color css

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

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

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

border-color css

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

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

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