#BB694D

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

Shades of Flame Pea #BB694D

Tints of Flame Pea #BB694D

Color information

#BB694D (or 0xBB694D) is unknown color: approx Flame Pea. HEX triplet: BB, 69 and 4D. RGB value is (187,105,77). Sum of RGB (Red+Green+Blue) = 187+105+77=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB694D is #4496B2. Grayscale: #7E7E7E. Windows color (decimal): -4495027 or 5073339. OLE color: 5073339.

HSL color Cylindrical-coordinate representation of color #BB694D: hue angle of 15.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB694D is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18710577-
CMYK00.440.590.27
HSL15.27º44.72%51.76%-
HSV(B)15.27º58.82%73.33%-
XYZ26.8821.29.7-
YUV126.33100.17171.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=50.68%
G=28.46%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871057700.440.590.2715.2744.7251.76
HexBB694D02C3B1Bf2d34
Octal2731511150547333175564
Binary10111011110100110011010101100111011110111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB694D; }

 p { color: rgb(187,105,77); }

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

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

 a { background-color: rgb(187,105,77); }

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

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

 span { border-color: rgb(187,105,77); }

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