Html Css Color HEX #B76550 Flame Pea

📋 copy color: '#B76550'

red 183 ◦ green 101 ◦ blue 80

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

Shades of Flame Pea #B76550

Tints of Flame Pea #B76550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 50.27%
G = 27.75%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76550 (or 0xB76550) is known color: Flame Pea. HEX triplet: B7, 65 and 50. RGB value is (183,101,80). Sum of RGB (Red+Green+Blue) = 183+101+80=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B76550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76550 is #489AAF. Grayscale: #7B7B7B. Windows color (decimal): -4758192 or 5268919. OLE color: 5268919.

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

Color convert

RGB 183 101 80 -
CMYK 0 0.45 0.56 0.28
HSL 12.23º 0.42% 0.52% -
HSV(B) 12.23º 0.56% 0.72% -
XYZ 25.63 19.95 10.09 -
YUV 123.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 183 101 80 0 0.45 0.56 0.28 12.23 0.42 0.52
Hex B7 65 50 0 2D 38 1C C 2A 34
Octal 267 145 120 0 55 70 34 14 52 64
Binary 10110111 1100101 1010000 0 101101 111000 11100 1100 101010 110100

Color Harmonies of #B76550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76550

Black with #B76550

Text Example


Text Example

White with #B76550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76550; }

 p { color: rgb(183,101,80); }

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

background-color css

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

 a { background-color: rgb(183,101,80); }

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

border-color css

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

 span { border-color: rgb(183,101,80); }

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