Html Css Color HEX #B76450 Flame Pea

📋 copy color: '#B76450'

red 183 ◦ green 100 ◦ blue 80

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

Shades of Flame Pea #B76450

Tints of Flame Pea #B76450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 50.41%
G = 27.55%
B = 22.04%

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

#B76450 (or 0xB76450) is known color: Flame Pea. HEX triplet: B7, 64 and 50. RGB value is (183,100,80). Sum of RGB (Red+Green+Blue) = 183+100+80=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B76450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76450 is #489BAF. Grayscale: #7A7A7A. Windows color (decimal): -4758448 or 5268663. OLE color: 5268663.

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

Color convert

RGB 183 100 80 -
CMYK 0 0.45 0.56 0.28
HSL 11.65º 0.42% 0.52% -
HSV(B) 11.65º 0.56% 0.72% -
XYZ 25.53 19.76 10.06 -
YUV 122.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 183 100 80 0 0.45 0.56 0.28 11.65 0.42 0.52
Hex B7 64 50 0 2D 38 1C C 2A 34
Octal 267 144 120 0 55 70 34 14 52 64
Binary 10110111 1100100 1010000 0 101101 111000 11100 1100 101010 110100

Color Harmonies of #B76450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76450

Black with #B76450

Text Example


Text Example

White with #B76450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76450; }

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

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

background-color css

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

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

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

border-color css

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

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

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