Html Css Color HEX #B76650 Flame Pea

📋 copy color: '#B76650'

red 183 ◦ green 102 ◦ blue 80

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

Shades of Flame Pea #B76650

Tints of Flame Pea #B76650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 50.14%
G = 27.95%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76650 (or 0xB76650) is known color: Flame Pea. HEX triplet: B7, 66 and 50. RGB value is (183,102,80). Sum of RGB (Red+Green+Blue) = 183+102+80=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B76650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76650 is #4899AF. Grayscale: #7B7B7B. Windows color (decimal): -4757936 or 5269175. OLE color: 5269175.

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

Color convert

RGB 183 102 80 -
CMYK 0 0.44 0.56 0.28
HSL 12.82º 0.42% 0.52% -
HSV(B) 12.82º 0.56% 0.72% -
XYZ 25.73 20.15 10.12 -
YUV 123.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 183 102 80 0 0.44 0.56 0.28 12.82 0.42 0.52
Hex B7 66 50 0 2C 38 1C D 2A 34
Octal 267 146 120 0 54 70 34 15 52 64
Binary 10110111 1100110 1010000 0 101100 111000 11100 1101 101010 110100

Color Harmonies of #B76650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76650

Black with #B76650

Text Example


Text Example

White with #B76650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76650; }

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

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

background-color css

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

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

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

border-color css

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

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

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