Html Css Color HEX #B76044 Flame Pea

📋 copy color: '#B76044'

red 183 ◦ green 96 ◦ blue 68

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

Shades of Flame Pea #B76044

Tints of Flame Pea #B76044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 52.74%
G = 27.67%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B76044 (or 0xB76044) is known color: Flame Pea. HEX triplet: B7, 60 and 44. RGB value is (183,96,68). Sum of RGB (Red+Green+Blue) = 183+96+68=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B76044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76044 is #489FBB. Grayscale: #777777. Windows color (decimal): -4759484 or 4481207. OLE color: 4481207.

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

Color convert

RGB 183 96 68 -
CMYK 0 0.48 0.63 0.28
HSL 14.61º 0.46% 0.49% -
HSV(B) 14.61º 0.63% 0.72% -
XYZ 24.75 18.85 7.8 -
YUV 118.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 183 96 68 0 0.48 0.63 0.28 14.61 0.46 0.49
Hex B7 60 44 0 30 3F 1C F 2E 31
Octal 267 140 104 0 60 77 34 17 56 61
Binary 10110111 1100000 1000100 0 110000 111111 11100 1111 101110 110001

Color Harmonies of #B76044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76044

Black with #B76044

Text Example


Text Example

White with #B76044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76044; }

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

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

background-color css

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

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

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

border-color css

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

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

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