#B76653

Color #B76653 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B76653

Tints of Flame Pea #B76653

Color information

#B76653 (or 0xB76653) is unknown color: approx Flame Pea. HEX triplet: B7, 66 and 53. RGB value is (183,102,83). Sum of RGB (Red+Green+Blue) = 183+102+83=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76653 is #4899AC. Grayscale: #7C7C7C. Windows color (decimal): -4757933 or 5465783. OLE color: 5465783.

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

Color convert

RGB18310283-
CMYK00.440.550.28
HSL11.4º40.98%52.16%-
HSV(B)11.4º54.64%71.76%-
XYZ25.8420.1910.72-
YUV124.05104.84170.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=49.73%
G=27.72%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831028300.440.550.2811.440.9852.16
HexB7665302C371Cb2934
Octal2671461230546734135164
Binary10110111110011010100110101100110111111001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76653; }

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

 H1.HeaderClassName
 {
   color: #B76653;
 }
 .AnyTagClassName
 {
   color: #B76653;
 }
</style>
background-color css

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

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

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

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

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

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