#BB690F

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

Shades of Chocolate #BB690F

Tints of Chocolate #BB690F

Color information

#BB690F (or 0xBB690F) is unknown color: approx Chocolate. HEX triplet: BB, 69 and 0F. RGB value is (187,105,15). Sum of RGB (Red+Green+Blue) = 187+105+15=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB690F is #4496F0. Grayscale: #777777. Windows color (decimal): -4495089 or 1010107. OLE color: 1010107.

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

Color convert

RGB18710515-
CMYK00.440.920.27
HSL31.4º85.15%39.61%-
HSV(B)31.4º91.98%73.33%-
XYZ25.6320.73.1-
YUV119.2669.17176.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=60.91%
G=34.20%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871051500.440.920.2731.485.1539.61
HexBB69F02C5C1B1f5528
Octal27315117054134333712550
Binary10111011110100111110101100101110011011111111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB690F; }

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

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

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

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

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

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

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

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