Html Css Color HEX #B76250 Flame Pea

📋 copy color: '#B76250'

red 183 ◦ green 98 ◦ blue 80

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

Shades of Flame Pea #B76250

Tints of Flame Pea #B76250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 50.69%
G = 27.15%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76250 (or 0xB76250) is known color: Flame Pea. HEX triplet: B7, 62 and 50. RGB value is (183,98,80). Sum of RGB (Red+Green+Blue) = 183+98+80=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B76250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76250 is #489DAF. Grayscale: #797979. Windows color (decimal): -4758960 or 5268151. OLE color: 5268151.

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

Color convert

RGB 183 98 80 -
CMYK 0 0.46 0.56 0.28
HSL 10.49º 0.42% 0.52% -
HSV(B) 10.49º 0.56% 0.72% -
XYZ 25.34 19.38 9.99 -
YUV 121.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 183 98 80 0 0.46 0.56 0.28 10.49 0.42 0.52
Hex B7 62 50 0 2E 38 1C A 2A 34
Octal 267 142 120 0 56 70 34 12 52 64
Binary 10110111 1100010 1010000 0 101110 111000 11100 1010 101010 110100

Color Harmonies of #B76250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76250

Black with #B76250

Text Example


Text Example

White with #B76250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76250; }

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

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

background-color css

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

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

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

border-color css

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

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

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